hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
3970dc5335.
This commit is contained in:
Peter Simons 2021-04-16 16:25:42 +02:00
parent 33042340a7
commit f16b70941f

View file

@ -50565,8 +50565,8 @@ self: {
}:
mkDerivation {
pname = "calamity";
version = "0.1.28.1";
sha256 = "1zbxwz8qg7yqvl70x2bcd0nib6akd6ii6fa2mrrg1nd255q6cyjb";
version = "0.1.28.2";
sha256 = "0hy29d34w06n7pyjycp7n3f4l6717n2z9yzjq39df05bf8xnigkj";
libraryHaskellDepends = [
aeson async base bytestring colour concurrent-extra connection
containers data-default-class data-flags deepseq deque df1 di-core
@ -72766,6 +72766,29 @@ self: {
broken = true;
}) {};
"deepl" = callPackage
({ mkDerivation, aeson, base, bytestring, cmdargs, foldl, lens
, lens-aeson, protolude, resourcet, streaming, streaming-bytestring
, wreq
}:
mkDerivation {
pname = "deepl";
version = "0.1.0.0";
sha256 = "1wckhfq5g5aqzh2ybw4bbq39hn1yc1yzb8akd5vvhcip8afkkqsa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring cmdargs foldl lens lens-aeson protolude
resourcet streaming streaming-bytestring wreq
];
executableHaskellDepends = [
aeson base bytestring cmdargs foldl lens lens-aeson protolude
resourcet streaming streaming-bytestring wreq
];
description = "Call DeepL to translate you files";
license = lib.licenses.bsd3;
}) {};
"deeplearning-hs" = callPackage
({ mkDerivation, accelerate, base, mtl, QuickCheck, repa
, repa-algorithms, test-framework, test-framework-quickcheck2
@ -73482,8 +73505,8 @@ self: {
}:
mkDerivation {
pname = "dependent-monoidal-map";
version = "0.1.1.1";
sha256 = "0i3zgngcdli6hw09h985ca4n7l9cpsrxalbhg8lbq32hwh7dim89";
version = "0.1.1.2";
sha256 = "11qcrxji3lvq4blzh1qk9wkhhzjkvz3maxfv63zgby98dpmkxa2x";
libraryHaskellDepends = [
aeson base constraints constraints-extras dependent-map
dependent-sum dependent-sum-aeson-orphans
@ -73538,8 +73561,8 @@ self: {
}:
mkDerivation {
pname = "dependent-sum-aeson-orphans";
version = "0.3.0.0";
sha256 = "1wpjrynv9zva3hw1wgmqd5pmhhpa491yh85p1dnbpkj7h0g1pl1a";
version = "0.3.1.0";
sha256 = "1psjd7va8k53vq9kh4pclsf27798mc1ggk1csjk39c8d97vm41qz";
libraryHaskellDepends = [
aeson base constraints constraints-extras dependent-map
dependent-sum some
@ -80844,8 +80867,8 @@ self: {
}:
mkDerivation {
pname = "duckling";
version = "0.1.6.1";
sha256 = "0lvvp13f5zcnf3cnl40avnfh3mgj304d5qfw08mbnwqz1bqp94xy";
version = "0.2.0.0";
sha256 = "0hr3dwfksi04is2wqykfx04da40sa85147fnfnmazw5czd20xwya";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -80862,8 +80885,7 @@ self: {
aeson base tasty tasty-hunit text time unordered-containers
];
description = "A Haskell library for parsing text into structured data";
license = "unknown";
hydraPlatforms = lib.platforms.none;
license = lib.licenses.bsd3;
}) {};
"duet" = callPackage
@ -98251,6 +98273,8 @@ self: {
pname = "futhark";
version = "0.19.4";
sha256 = "1d4704pmknv39yw2bjxkp5n2wl9a14n3pn221m3src5z237lchq7";
revision = "1";
editedCabalFile = "1d8vwgdvj1dib7l4a3lhn03ri2mbnm57wnd3pki6m7y8sr3xk730";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -98466,8 +98490,8 @@ self: {
}:
mkDerivation {
pname = "fuzzyfind";
version = "2.2.0";
sha256 = "0rb96cd0lfk41gc5xc52adibjpi16xs82kifsymqykrpsgrgj525";
version = "3.0.0";
sha256 = "0vkjqgsa0qv8sz4bwwi49zf17fl23vckwvmr1agsd20rbhw4ivyr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base containers massiv text ];
@ -139066,6 +139090,22 @@ self: {
license = lib.licenses.mit;
}) {};
"hspec_2_7_10" = callPackage
({ mkDerivation, base, hspec-core, hspec-discover
, hspec-expectations, QuickCheck
}:
mkDerivation {
pname = "hspec";
version = "2.7.10";
sha256 = "0z0lwrmrqkglr78n6k2c36n4h68142bh785ys0x4jaibjshvs6rw";
libraryHaskellDepends = [
base hspec-core hspec-discover hspec-expectations QuickCheck
];
description = "A Testing Framework for Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hspec-attoparsec" = callPackage
({ mkDerivation, attoparsec, base, bytestring, hspec
, hspec-expectations, text
@ -139148,6 +139188,34 @@ self: {
license = lib.licenses.mit;
}) {};
"hspec-core_2_7_10" = callPackage
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
, deepseq, directory, filepath, hspec-expectations, hspec-meta
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
, silently, stm, temporary, tf-random, transformers
}:
mkDerivation {
pname = "hspec-core";
version = "2.7.10";
sha256 = "12k9yp5gznrda449ir60d5wv3xl7nnyffkb5mhfc0svw9f8lxlv1";
libraryHaskellDepends = [
ansi-terminal array base call-stack clock deepseq directory
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
setenv stm tf-random transformers
];
testHaskellDepends = [
ansi-terminal array base call-stack clock deepseq directory
filepath hspec-expectations hspec-meta HUnit process QuickCheck
quickcheck-io random setenv silently stm temporary tf-random
transformers
];
testToolDepends = [ hspec-meta ];
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
description = "A Testing Framework for Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hspec-dirstream" = callPackage
({ mkDerivation, base, dirstream, filepath, hspec, hspec-core
, pipes, pipes-safe, system-filepath, text
@ -139185,6 +139253,26 @@ self: {
license = lib.licenses.mit;
}) {};
"hspec-discover_2_7_10" = callPackage
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
}:
mkDerivation {
pname = "hspec-discover";
version = "2.7.10";
sha256 = "13yzvd3b679skvs1insk4s0wc4zvmz6hs38kc8q0j6vzqq06smqa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base directory filepath ];
executableHaskellDepends = [ base directory filepath ];
testHaskellDepends = [
base directory filepath hspec-meta QuickCheck
];
testToolDepends = [ hspec-meta ];
description = "Automatically discover and run Hspec tests";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hspec-expectations" = callPackage
({ mkDerivation, base, call-stack, HUnit, nanospec }:
mkDerivation {
@ -142617,6 +142705,41 @@ self: {
license = lib.licenses.bsd3;
}) {};
"http2_3_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, async, base
, base16-bytestring, bytestring, case-insensitive, containers
, cryptonite, directory, filepath, gauge, Glob, heaps, hspec
, hspec-discover, http-types, mwc-random, network
, network-byte-order, network-run, psqueues, stm, text
, time-manager, typed-process, unix-time, unordered-containers
, vector
}:
mkDerivation {
pname = "http2";
version = "3.0.0";
sha256 = "17j4p2apyiiznkwdn9a8pdb43vcwbnpzyff2wqlzpbf9habb8idf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
array base bytestring case-insensitive containers http-types
network network-byte-order psqueues stm time-manager unix-time
];
testHaskellDepends = [
aeson aeson-pretty async base base16-bytestring bytestring
cryptonite directory filepath Glob hspec http-types
network-byte-order network-run text typed-process
unordered-containers vector
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
array base bytestring case-insensitive containers gauge heaps
mwc-random network-byte-order psqueues stm
];
description = "HTTP/2 library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"http2-client" = callPackage
({ mkDerivation, async, base, bytestring, containers, deepseq
, http2, lifted-async, lifted-base, mtl, network, stm, time, tls
@ -157914,6 +158037,17 @@ self: {
broken = true;
}) {};
"koji" = callPackage
({ mkDerivation, base, haxr, mtl }:
mkDerivation {
pname = "koji";
version = "0.0.1";
sha256 = "0yxx6xk5xld7jf7ph4x0r7k4bqcg02yl7597awbgbq82x97gyfb8";
libraryHaskellDepends = [ base haxr mtl ];
description = "Koji buildsystem XML-RPC API bindings";
license = lib.licenses.gpl2Only;
}) {};
"kontra-config" = callPackage
({ mkDerivation, base, bytestring, data-default, exceptions, text
, transformers-base, unjson, utf8-string, yaml
@ -175101,8 +175235,8 @@ self: {
({ mkDerivation, base, hspec, hspec-discover, rio, transformers }:
mkDerivation {
pname = "method";
version = "0.3.0.0";
sha256 = "1a5i9sd5zz5kjpjpar3r5ak61x8fz5rrbb1iak1r2dcwlyk6rq25";
version = "0.3.1.0";
sha256 = "0a96av07vbh3mvyczh2jiziqb098q81jx6q0c5kgn7pmlxijw1ba";
libraryHaskellDepends = [ base rio transformers ];
testHaskellDepends = [ base hspec rio transformers ];
testToolDepends = [ hspec-discover ];
@ -188787,8 +188921,8 @@ self: {
}:
mkDerivation {
pname = "nix-thunk";
version = "0.2.0.3";
sha256 = "1pcmn31hf81gxmmjyqc23pwpaafx03alvx2fgynd1isdsb0057my";
version = "0.3.0.0";
sha256 = "11fn65swyj7b3l7xs6rws81nnccr2hcf81igqmna5bwck3g2gklw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -190109,6 +190243,21 @@ self: {
license = lib.licenses.bsd3;
}) {};
"nri-env-parser_0_1_0_7" = callPackage
({ mkDerivation, base, modern-uri, network-uri, nri-prelude, text
}:
mkDerivation {
pname = "nri-env-parser";
version = "0.1.0.7";
sha256 = "1mm879mqpgl040p789wcjm5bhrqia5czn18c5dgni8bwa4y61ank";
libraryHaskellDepends = [
base modern-uri network-uri nri-prelude text
];
description = "Read environment variables as settings to build 12-factor apps";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"nri-observability" = callPackage
({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs
, bytestring, directory, hostname, http-client, http-client-tls
@ -190133,6 +190282,31 @@ self: {
license = lib.licenses.bsd3;
}) {};
"nri-observability_0_1_0_2" = callPackage
({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs
, bytestring, directory, hostname, http-client, http-client-tls
, nri-env-parser, nri-prelude, random, safe-exceptions, stm, text
, time, unordered-containers
}:
mkDerivation {
pname = "nri-observability";
version = "0.1.0.2";
sha256 = "19nil7vyjbvbjlapvrxky8fkxdl3f2xhqdi3a5m5i5lyawm74b6z";
libraryHaskellDepends = [
aeson aeson-pretty async base bugsnag-hs bytestring directory
hostname http-client http-client-tls nri-env-parser nri-prelude
random safe-exceptions stm text time unordered-containers
];
testHaskellDepends = [
aeson aeson-pretty async base bugsnag-hs bytestring directory
hostname http-client http-client-tls nri-env-parser nri-prelude
random safe-exceptions stm text time unordered-containers
];
description = "Report log spans collected by nri-prelude";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"nri-prelude" = callPackage
({ mkDerivation, aeson, aeson-pretty, async, auto-update, base
, bytestring, containers, directory, exceptions, filepath, ghc
@ -190159,7 +190333,7 @@ self: {
license = lib.licenses.bsd3;
}) {};
"nri-prelude_0_5_0_3" = callPackage
"nri-prelude_0_6_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, async, auto-update, base
, bytestring, containers, directory, exceptions, filepath, ghc
, hedgehog, junit-xml, pretty-diff, pretty-show, safe-coloured-text
@ -190167,8 +190341,8 @@ self: {
}:
mkDerivation {
pname = "nri-prelude";
version = "0.5.0.3";
sha256 = "0k4mhgyazjc74hwf2xgznhhkryqhdmsc2pv1v9d32706qkr796wn";
version = "0.6.0.0";
sha256 = "02v83n08zxz8521skijgrn407a0mlkjc3fjn5q04gn932wf29g5s";
libraryHaskellDepends = [
aeson aeson-pretty async auto-update base bytestring containers
directory exceptions filepath ghc hedgehog junit-xml pretty-diff
@ -198622,6 +198796,8 @@ self: {
pname = "patch";
version = "0.0.3.2";
sha256 = "1b819d1iramxb0sf0zm4ry8mrd74y35iffbb6qys3a2xq1d382xa";
revision = "2";
editedCabalFile = "09v23qakrdjscwvzjarkssikkp7xmq9jbpp5hh1y857l02r3fz5c";
libraryHaskellDepends = [
base constraints-extras containers dependent-map dependent-sum lens
monoidal-containers semialign semigroupoids these transformers
@ -206444,31 +206620,28 @@ self: {
"polysemy-http" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring
, case-insensitive, co-log-core, co-log-polysemy, composition
, containers, data-default, either, hedgehog, http-client
, http-client-tls, http-types, lens, network, polysemy
, polysemy-log, polysemy-plugin, relude, servant, servant-client
, servant-server, string-interpolate, tasty, tasty-hedgehog
, template-haskell, text, time, warp
, case-insensitive, composition, containers, data-default, either
, hedgehog, http-client, http-client-tls, http-types, lens, network
, polysemy, polysemy-log, polysemy-plugin, relude, servant
, servant-client, servant-server, string-interpolate, tasty
, tasty-hedgehog, template-haskell, text, time, warp
}:
mkDerivation {
pname = "polysemy-http";
version = "0.4.0.2";
sha256 = "0xxl33iydycw1n2q9wvbx3jlhzsw9yhbm4v0a8v2ic05nqlmaw4l";
version = "0.4.0.3";
sha256 = "0sp4s8spf0nzqs8cw9swnsxd2wxa0g4cnz236n7m6z73450ih3c7";
libraryHaskellDepends = [
aeson ansi-terminal base bytestring case-insensitive co-log-core
co-log-polysemy composition containers data-default either
http-client http-client-tls http-types lens polysemy polysemy-log
polysemy-plugin relude string-interpolate template-haskell text
time
aeson ansi-terminal base bytestring case-insensitive composition
containers data-default either http-client http-client-tls
http-types lens polysemy polysemy-log polysemy-plugin relude
string-interpolate template-haskell text time
];
testHaskellDepends = [
aeson ansi-terminal base bytestring case-insensitive co-log-core
co-log-polysemy composition containers data-default either hedgehog
http-client http-client-tls http-types lens network polysemy
polysemy-log polysemy-plugin relude servant servant-client
servant-server string-interpolate tasty tasty-hedgehog
template-haskell text time warp
aeson ansi-terminal base bytestring case-insensitive composition
containers data-default either hedgehog http-client http-client-tls
http-types lens network polysemy polysemy-log polysemy-plugin
relude servant servant-client servant-server string-interpolate
tasty tasty-hedgehog template-haskell text time warp
];
description = "Polysemy effect for http-client";
license = "BSD-2-Clause-Patent";
@ -220582,8 +220755,8 @@ self: {
}:
mkDerivation {
pname = "reflex";
version = "0.8.0.0";
sha256 = "14pw033ljs6x5bi5657cm5lpwwj6gkfgskbv5lpdi2hp7svzayql";
version = "0.8.1.0";
sha256 = "0p27dj7fckkvw9li69whcfrv1cd59kkp6qbvfmndzx8fbh44ggbp";
libraryHaskellDepends = [
base bifunctors comonad constraints-extras containers data-default
dependent-map dependent-sum exception-transformers haskell-src-exts
@ -220704,6 +220877,8 @@ self: {
pname = "reflex-dom";
version = "0.6.1.0";
sha256 = "190g56y16xvj508qdp3znlbbv4gb3ska38jbjpblvq8cz2d4nkdc";
revision = "1";
editedCabalFile = "0xi2bn6d4bgbfqngl2y9gva4nxii65v3hzrik74wzdsf17wyrmv9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -220766,8 +220941,8 @@ self: {
}:
mkDerivation {
pname = "reflex-dom-core";
version = "0.6.1.0";
sha256 = "072bkjjmz6mjw42gchlbswhjhr9xs0vaybf6mvdycs618lb1zhf0";
version = "0.6.2.0";
sha256 = "067m8ifgkknafy0nxzmns89dqjzpsc983pm3gaq7dg618jp1dzy4";
libraryHaskellDepends = [
aeson base bifunctors bimap blaze-builder bytestring
case-insensitive constraints containers contravariant data-default
@ -254726,8 +254901,8 @@ self: {
}:
mkDerivation {
pname = "syntactic";
version = "3.8.2";
sha256 = "04lv8v42bs4qjjcia39grfxmabiv41dipgg5b58xgiv4ay884nfm";
version = "3.8.3";
sha256 = "1ksznzw5g01xgbr2zs83m0lclbhvhs6lyaszhxykni10lxyxy7v8";
libraryHaskellDepends = [
base constraints containers data-hash deepseq mtl syb
template-haskell tree-view
@ -276962,6 +277137,27 @@ self: {
license = lib.licenses.bsd3;
}) {};
"versions_5_0_0" = callPackage
({ mkDerivation, base, deepseq, hashable, megaparsec, microlens
, parser-combinators, QuickCheck, tasty, tasty-hunit
, tasty-quickcheck, text
}:
mkDerivation {
pname = "versions";
version = "5.0.0";
sha256 = "1rfxjivdsaqc6w7dfqdycy3a81rsajvpfyi5si9ssc0w3ljfsbzr";
libraryHaskellDepends = [
base deepseq hashable megaparsec parser-combinators text
];
testHaskellDepends = [
base megaparsec microlens QuickCheck tasty tasty-hunit
tasty-quickcheck text
];
description = "Types and parsers for software version numbers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"vflow-types" = callPackage
({ mkDerivation, aeson, base, bytestring, ip, json-alt
, json-autotype, neat-interpolation, QuickCheck, quickcheck-classes
@ -278645,6 +278841,23 @@ self: {
broken = true;
}) {inherit (pkgs) fcgi;};
"wai-handler-hal" = callPackage
({ mkDerivation, base, base64-bytestring, bytestring
, case-insensitive, hal, http-types, network, text
, unordered-containers, vault, wai
}:
mkDerivation {
pname = "wai-handler-hal";
version = "0.1.0.0";
sha256 = "0sjw01k5dyhdi33ld1pd4mf9plpij0spzxf2b228cjyc8x5zx7rj";
libraryHaskellDepends = [
base base64-bytestring bytestring case-insensitive hal http-types
network text unordered-containers vault wai
];
description = "Wrap WAI applications to run on AWS Lambda";
license = lib.licenses.bsd3;
}) {};
"wai-handler-launch" = callPackage
({ mkDerivation, async, base, bytestring, http-types, process
, streaming-commons, transformers, wai, warp
@ -280314,6 +280527,40 @@ self: {
license = lib.licenses.mit;
}) {};
"warp_3_3_15" = callPackage
({ mkDerivation, array, async, auto-update, base, bsb-http-chunked
, bytestring, case-insensitive, containers, directory, gauge
, ghc-prim, hashable, hspec, http-client, http-date, http-types
, http2, HUnit, iproute, lifted-base, network, process, QuickCheck
, simple-sendfile, stm, streaming-commons, text, time, time-manager
, unix, unix-compat, vault, wai, word8, x509
}:
mkDerivation {
pname = "warp";
version = "3.3.15";
sha256 = "0nj4xxzjcy33hyfdagpc2ij6ga71r1fmc248rjgwsyfflial63bz";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
http2 iproute network simple-sendfile stm streaming-commons text
time-manager unix unix-compat vault wai word8 x509
];
testHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers directory ghc-prim hashable hspec
http-client http-date http-types http2 HUnit iproute lifted-base
network process QuickCheck simple-sendfile stm streaming-commons
text time time-manager unix unix-compat vault wai word8 x509
];
benchmarkHaskellDepends = [
auto-update base bytestring containers gauge hashable http-date
http-types network time-manager unix unix-compat x509
];
description = "A fast, light-weight web server for WAI applications";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"warp-dynamic" = callPackage
({ mkDerivation, base, data-default, dyre, http-types, wai, warp }:
mkDerivation {
@ -285534,6 +285781,31 @@ self: {
license = lib.licenses.mit;
}) {};
"xml-conduit_1_9_1_1" = callPackage
({ mkDerivation, attoparsec, base, blaze-html, blaze-markup
, bytestring, Cabal, cabal-doctest, conduit, conduit-extra
, containers, data-default-class, deepseq, doctest, hspec, HUnit
, resourcet, text, transformers, xml-types
}:
mkDerivation {
pname = "xml-conduit";
version = "1.9.1.1";
sha256 = "1zzh7xnmbm68dab1vqsjkr6ghxqgnla5nik4amrwlmhbdih1gcdx";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
attoparsec base blaze-html blaze-markup bytestring conduit
conduit-extra containers data-default-class deepseq resourcet text
transformers xml-types
];
testHaskellDepends = [
base blaze-markup bytestring conduit conduit-extra containers
doctest hspec HUnit resourcet text transformers xml-types
];
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"xml-conduit-decode" = callPackage
({ mkDerivation, base, bifunctors, data-default, lens, semigroups
, tasty, tasty-hunit, text, time, xml-conduit, xml-types
@ -288411,6 +288683,28 @@ self: {
license = lib.licenses.mit;
}) {};
"yesod_1_6_1_1" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit
, data-default-class, directory, fast-logger, file-embed
, monad-logger, shakespeare, streaming-commons, template-haskell
, text, unix, unordered-containers, wai, wai-extra, wai-logger
, warp, yaml, yesod-core, yesod-form, yesod-persistent
}:
mkDerivation {
pname = "yesod";
version = "1.6.1.1";
sha256 = "1iiaixd1xrqjcvknl9g3yvr26nbpfa2amh2ayfxmnpjlxvdhfnyn";
libraryHaskellDepends = [
aeson base bytestring conduit data-default-class directory
fast-logger file-embed monad-logger shakespeare streaming-commons
template-haskell text unix unordered-containers wai wai-extra
wai-logger warp yaml yesod-core yesod-form yesod-persistent
];
description = "Creation of type-safe, RESTful web applications";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"yesod-alerts" = callPackage
({ mkDerivation, alerts, base, blaze-html, blaze-markup, safe, text
, yesod-core
@ -288517,6 +288811,35 @@ self: {
license = lib.licenses.mit;
}) {};
"yesod-auth_1_6_10_3" = callPackage
({ mkDerivation, aeson, authenticate, base, base16-bytestring
, base64-bytestring, binary, blaze-builder, blaze-html
, blaze-markup, bytestring, conduit, conduit-extra, containers
, cryptonite, data-default, email-validate, file-embed, http-client
, http-client-tls, http-conduit, http-types, memory, network-uri
, nonce, persistent, random, safe, shakespeare, template-haskell
, text, time, transformers, unliftio, unliftio-core
, unordered-containers, wai, yesod-core, yesod-form
, yesod-persistent
}:
mkDerivation {
pname = "yesod-auth";
version = "1.6.10.3";
sha256 = "00a7gbp2czg6ixxx62k2nmrj5g1la6cjh697y8vg9xhxq7vpyshg";
libraryHaskellDepends = [
aeson authenticate base base16-bytestring base64-bytestring binary
blaze-builder blaze-html blaze-markup bytestring conduit
conduit-extra containers cryptonite data-default email-validate
file-embed http-client http-client-tls http-conduit http-types
memory network-uri nonce persistent random safe shakespeare
template-haskell text time transformers unliftio unliftio-core
unordered-containers wai yesod-core yesod-form yesod-persistent
];
description = "Authentication for Yesod";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"yesod-auth-account" = callPackage
({ mkDerivation, base, blaze-html, bytestring, hspec, monad-logger
, mtl, nonce, persistent, persistent-sqlite, pwstore-fast
@ -288685,6 +289008,32 @@ self: {
license = lib.licenses.mit;
}) {};
"yesod-auth-hashdb_1_7_1_6" = callPackage
({ mkDerivation, aeson, base, basic-prelude, bytestring, containers
, hspec, http-conduit, http-types, monad-logger, network-uri
, persistent, persistent-sqlite, resourcet, text
, unordered-containers, wai-extra, yesod, yesod-auth, yesod-core
, yesod-form, yesod-persistent, yesod-test
}:
mkDerivation {
pname = "yesod-auth-hashdb";
version = "1.7.1.6";
sha256 = "062f2fv4ixr5bd5xcs208xfg2i18z25g3imf86qrziv0yxxg5qpc";
libraryHaskellDepends = [
aeson base bytestring persistent text yesod-auth yesod-core
yesod-form yesod-persistent
];
testHaskellDepends = [
aeson base basic-prelude bytestring containers hspec http-conduit
http-types monad-logger network-uri persistent-sqlite resourcet
text unordered-containers wai-extra yesod yesod-auth yesod-core
yesod-test
];
description = "Authentication plugin for Yesod";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"yesod-auth-hmac-keccak" = callPackage
({ mkDerivation, aeson, base, bytestring, cryptonite, mtl
, persistent, random, shakespeare, text, yesod-auth, yesod-core
@ -288826,8 +289175,8 @@ self: {
}:
mkDerivation {
pname = "yesod-auth-oauth";
version = "1.6.0.2";
sha256 = "1rr21vclcvy4lrv6r3v6f6sslmwg49jr7jiad63snn81nz854da1";
version = "1.6.0.3";
sha256 = "0y57d5y0l0fzmk6zxrpf2xf8y00hp2i0lk3xh5sqlb77a57r109s";
libraryHaskellDepends = [
authenticate-oauth base bytestring text unliftio yesod-auth
yesod-core yesod-form
@ -289427,6 +289776,29 @@ self: {
license = lib.licenses.mit;
}) {};
"yesod-form_1_7_0" = callPackage
({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html
, blaze-markup, byteable, bytestring, containers, data-default
, email-validate, hspec, network-uri, persistent, resourcet
, shakespeare, text, time, transformers, wai, xss-sanitize
, yesod-core, yesod-persistent
}:
mkDerivation {
pname = "yesod-form";
version = "1.7.0";
sha256 = "170gby381h5pg9njn908cyx2931yiv79x3rc5npg2rd74kif06vi";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html blaze-markup
byteable bytestring containers data-default email-validate
network-uri persistent resourcet shakespeare text time transformers
wai xss-sanitize yesod-core yesod-persistent
];
testHaskellDepends = [ base hspec text time ];
description = "Form handling support for Yesod Web Framework";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"yesod-form-bootstrap4" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, shakespeare, text
, yesod-core, yesod-form
@ -289487,8 +289859,8 @@ self: {
}:
mkDerivation {
pname = "yesod-form-multi";
version = "1.7.0.1";
sha256 = "0dpcyq6l28zbm12rzjp18bhjaghf38jhjzj6qp40qyvb5f8yx9dp";
version = "1.7.0.2";
sha256 = "1kx27680mgplmqnfjygbcf6a2bv0i9rcxbys986aaa3x785dfj02";
libraryHaskellDepends = [
base containers network-uri shakespeare text transformers
yesod-core yesod-form
@ -289704,6 +290076,26 @@ self: {
broken = true;
}) {};
"yesod-markdown_0_12_6_9" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, bytestring
, directory, hspec, pandoc, persistent, shakespeare, text
, xss-sanitize, yesod-core, yesod-form
}:
mkDerivation {
pname = "yesod-markdown";
version = "0.12.6.9";
sha256 = "05s63nx27f823b47yy70p9kqxi1cvfk226zgb0qhs5a2q70nxj7z";
libraryHaskellDepends = [
base blaze-html blaze-markup bytestring directory pandoc persistent
shakespeare text xss-sanitize yesod-core yesod-form
];
testHaskellDepends = [ base blaze-html hspec text ];
description = "Tools for using markdown in a yesod application";
license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"yesod-media-simple" = callPackage
({ mkDerivation, base, bytestring, diagrams-cairo, diagrams-core
, diagrams-lib, directory, JuicyPixels, vector, yesod