hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
e6dd41d4c2.
This commit is contained in:
Peter Simons 2021-03-14 02:30:41 +01:00
parent 3139ebc440
commit 5980c82b99

View File

@ -1313,8 +1313,8 @@ self: {
pname = "BNFC-meta";
version = "0.6.1";
sha256 = "0snackflcjxza4iqbd85fdsmylwr3bj71nsfrs2s2idc3nlxc7ia";
revision = "1";
editedCabalFile = "1lj92qxjf7gbgifhz1p6jw20079x6772gkbhvpd8ba4956dvzna3";
revision = "2";
editedCabalFile = "1xg96a83jhz5jiw16yrgm3x5k7fz7zmz6cvggnfmjvw7v7bl69ph";
libraryHaskellDepends = [
alex-meta array base fail happy-meta haskell-src-meta syb
template-haskell
@ -3387,6 +3387,26 @@ self: {
license = lib.licenses.bsd3;
}) {};
"Color_0_3_1" = callPackage
({ mkDerivation, base, colour, criterion, data-default-class
, deepseq, doctest, hspec, HUnit, JuicyPixels, massiv, massiv-test
, QuickCheck, random, vector
}:
mkDerivation {
pname = "Color";
version = "0.3.1";
sha256 = "1gg15kb6za69w0b3x8pzrqbrh9b8g7g0zwj2a9ajf0wgp8kylp5b";
libraryHaskellDepends = [ base data-default-class deepseq vector ];
testHaskellDepends = [
base colour doctest hspec HUnit JuicyPixels massiv massiv-test
QuickCheck random vector
];
benchmarkHaskellDepends = [ base colour criterion deepseq random ];
description = "Color spaces and conversions between them";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"Combinatorrent" = callPackage
({ mkDerivation, array, attoparsec, base, bytestring, cereal
, containers, deepseq, directory, filepath, hopenssl, hslogger
@ -18598,6 +18618,37 @@ self: {
broken = true;
}) {};
"Shpadoinkle-streaming" = callPackage
({ mkDerivation, base, lens, Shpadoinkle, streaming, text }:
mkDerivation {
pname = "Shpadoinkle-streaming";
version = "0.0.0.1";
sha256 = "1bvrkyj9l8asczfamw26x1hwj8bcxr7812zjm1m91jg4xzipayv2";
libraryHaskellDepends = [ base lens Shpadoinkle streaming text ];
description = "Integration of the streaming library with Shpadoinkle continuations";
license = lib.licenses.bsd3;
}) {};
"Shpadoinkle-template" = callPackage
({ mkDerivation, base, file-embed, html-parse, Shpadoinkle
, Shpadoinkle-backend-static, template-haskell, text
}:
mkDerivation {
pname = "Shpadoinkle-template";
version = "0.0.0.1";
sha256 = "1iyxb0hnyfcb4fipwrvzr03g3rai5lc5k7sysrd691l0dsh2jill";
libraryHaskellDepends = [
base html-parse Shpadoinkle Shpadoinkle-backend-static
template-haskell text
];
testHaskellDepends = [
base file-embed html-parse Shpadoinkle Shpadoinkle-backend-static
template-haskell text
];
description = "Read standard file formats into Shpadoinkle with Template Haskell";
license = lib.licenses.bsd3;
}) {};
"Shpadoinkle-widgets" = callPackage
({ mkDerivation, aeson, base, compactable, containers
, edit-distance, email-validate, hspec, jsaddle, mtl, QuickCheck
@ -24523,6 +24574,30 @@ self: {
license = lib.licenses.bsd3;
}) {};
"aeson-combinators_0_0_5_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, fail, hspec, scientific, text, time, time-compat
, unordered-containers, utf8-string, uuid-types, vector, void
}:
mkDerivation {
pname = "aeson-combinators";
version = "0.0.5.0";
sha256 = "1z5fbvpffx2lv3d2wk9g74hmkx1n1yjkwd3vy57f3pp5npja7f3a";
libraryHaskellDepends = [
aeson base bytestring containers fail scientific text time
time-compat unordered-containers uuid-types vector void
];
testHaskellDepends = [
aeson base bytestring hspec text utf8-string
];
benchmarkHaskellDepends = [
aeson base bytestring criterion deepseq text
];
description = "Aeson combinators for dead simple JSON decoding";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"aeson-commit" = callPackage
({ mkDerivation, aeson, aeson-qq, base, mtl, tasty, tasty-hspec
, text
@ -26116,8 +26191,8 @@ self: {
}:
mkDerivation {
pname = "alex-meta";
version = "0.3.0.12";
sha256 = "0s0yhkl0ymr50agqnsbscw8926jk4044n6scw086ylhcijx3qmxa";
version = "0.3.0.13";
sha256 = "0lbralcid373p25m4qhrhrjak87p8wp4as3304sj6ba6xka89q3v";
libraryHaskellDepends = [
array base containers haskell-src-meta QuickCheck template-haskell
];
@ -29673,6 +29748,34 @@ self: {
license = lib.licenses.bsd3;
}) {};
"amqp_0_22_0" = callPackage
({ mkDerivation, base, binary, bytestring, clock, connection
, containers, data-binary-ieee754, hspec, hspec-expectations
, monad-control, network, network-uri, split, stm, text, vector
, xml
}:
mkDerivation {
pname = "amqp";
version = "0.22.0";
sha256 = "1yr81pwmjnap5bir9nrmpwakg4rz4fwcjzbkdr8azqbp9x0hr9k2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base binary bytestring clock connection containers
data-binary-ieee754 monad-control network network-uri split stm
text vector
];
executableHaskellDepends = [ base containers xml ];
testHaskellDepends = [
base binary bytestring clock connection containers
data-binary-ieee754 hspec hspec-expectations network network-uri
split stm text vector
];
description = "Client library for AMQP servers (currently only RabbitMQ)";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"amqp-conduit" = callPackage
({ mkDerivation, amqp, base, bytestring, conduit, exceptions, hspec
, HUnit, lifted-base, monad-control, mtl, resourcet, text
@ -46974,6 +47077,36 @@ self: {
broken = true;
}) {};
"buttplug-hs-core" = callPackage
({ mkDerivation, aeson, aeson-casing, aeson-pretty, async, base
, bytestring, connection, containers, generic-random, hspec
, network, QuickCheck, quickcheck-instances, raw-strings-qq, text
, unordered-containers, websockets, wuss
}:
mkDerivation {
pname = "buttplug-hs-core";
version = "0.1.0.0";
sha256 = "0ayii1hq6p4qnjvyfpv2776ikjh0q4ymxm0lk8q73vk1j6kq1j3y";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-casing base bytestring connection containers network
text unordered-containers websockets wuss
];
executableHaskellDepends = [
aeson aeson-casing async base bytestring connection containers
network text unordered-containers websockets wuss
];
testHaskellDepends = [
aeson aeson-casing aeson-pretty base bytestring connection
containers generic-random hspec network QuickCheck
quickcheck-instances raw-strings-qq text unordered-containers
websockets wuss
];
description = "Client library for buttplug.io";
license = lib.licenses.bsd3;
}) {};
"bv" = callPackage
({ mkDerivation, base, ghc-prim, integer-gmp }:
mkDerivation {
@ -48796,6 +48929,8 @@ self: {
pname = "cabal-install-parsers";
version = "0.4.1";
sha256 = "1djw4l0z8nsaby2qcm08kvn2p1c35ynzdg25vc815dx2wpw38bh3";
revision = "1";
editedCabalFile = "1fhjz4hji57sg00nb8jchvm8b13wn9pknnycgcclvxa3s72rqsf5";
libraryHaskellDepends = [
aeson base base16-bytestring binary binary-instances bytestring
Cabal containers cryptohash-sha256 deepseq directory filepath lukko
@ -54844,6 +54979,33 @@ self: {
license = lib.licenses.bsd2;
}) {};
"citeproc_0_3_0_9" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring
, case-insensitive, containers, data-default, Diff, directory
, file-embed, filepath, mtl, pandoc-types, pretty, rfc5051, safe
, scientific, text, timeit, transformers, uniplate, vector
, xml-conduit
}:
mkDerivation {
pname = "citeproc";
version = "0.3.0.9";
sha256 = "0ky4j6nbn6yp3mny1m045n40jfvbr1iiylcf51hsi228y4m5za9s";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson attoparsec base bytestring case-insensitive containers
data-default file-embed filepath pandoc-types rfc5051 safe
scientific text transformers uniplate vector xml-conduit
];
testHaskellDepends = [
aeson base bytestring containers Diff directory filepath mtl pretty
text timeit transformers
];
description = "Generates citations and bibliography from CSL styles";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
}) {};
"citeproc-hs" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, hexpat, hs-bibutils, HTTP, json, mtl, network, network-uri
@ -80243,6 +80405,23 @@ self: {
license = lib.licenses.bsd3;
}) {};
"duration_0_2_0_0" = callPackage
({ mkDerivation, base, doctest, hspec, parsec, template-haskell
, time
}:
mkDerivation {
pname = "duration";
version = "0.2.0.0";
sha256 = "1cmgbnri3083gpr16j8yqj5jzbz0q5cxgnrpnbridyyznbp8csvj";
libraryHaskellDepends = [ base parsec template-haskell time ];
testHaskellDepends = [
base doctest hspec parsec template-haskell time
];
description = "A tiny compile-time time utility library inspired by zeit/ms";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"dustme" = callPackage
({ mkDerivation, ansi-terminal, ansi-wl-pprint, async, attoparsec
, base, bytestring, containers, deepseq, extra, hashable, hspec
@ -84581,6 +84760,8 @@ self: {
pname = "equational-reasoning";
version = "0.7.0.0";
sha256 = "0l6gyq43byh6cy2pblb9a4qjy7w5k9maa97c076dxlsf53myj01h";
revision = "1";
editedCabalFile = "1a8dw9givg0przqrm33kkmff9r0fdv1ih6ik3dqa99ww71cc8q66";
libraryHaskellDepends = [
base containers template-haskell th-desugar void
];
@ -101849,6 +102030,32 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-typelits-presburger_0_6_0_0" = callPackage
({ mkDerivation, base, containers, equational-reasoning, ghc
, ghc-tcplugins-extra, mtl, pretty, reflection, syb, tasty
, tasty-discover, tasty-expected-failure, tasty-hunit, text
, transformers
}:
mkDerivation {
pname = "ghc-typelits-presburger";
version = "0.6.0.0";
sha256 = "08jxp7xnpnlkn8429x25sy1r8xg4b4pv5a41bgw08dl0br4941cx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers ghc ghc-tcplugins-extra mtl pretty reflection syb
transformers
];
testHaskellDepends = [
base equational-reasoning tasty tasty-discover
tasty-expected-failure tasty-hunit text
];
testToolDepends = [ tasty-discover ];
description = "Presburger Arithmetic Solver for GHC Type-level natural numbers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-usage" = callPackage
({ mkDerivation, base, containers, ghc, ghc-paths, unix }:
mkDerivation {
@ -102114,8 +102321,8 @@ self: {
}:
mkDerivation {
pname = "ghcide";
version = "1.0.0.0";
sha256 = "15hz49d68229bnp8g7q1ac60ryd4zbyc1rbxsfaq5lb586ps82k8";
version = "1.1.0.0";
sha256 = "1i2xyp2n4g4cpz50wpwmzmknrzqzxnv3b551ibmhdy41v2fh6y5l";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -116640,6 +116847,8 @@ self: {
pname = "happy-meta";
version = "0.2.0.11";
sha256 = "1vgv5fx1fya7wfh3zwdgy0hm0lyzp171gnpp6ymfd6kqmqkl3293";
revision = "1";
editedCabalFile = "1dspifamwsn6lcj2mxjyrbdsfjqfb4p6m0s1c9dkiv08cfkk02p6";
libraryHaskellDepends = [
array base containers fail haskell-src-meta mtl template-haskell
];
@ -118071,29 +118280,33 @@ self: {
}) {};
"haskell-ci" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, base-compat
, bytestring, Cabal, cabal-install-parsers, containers, deepseq
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base-compat, base16-bytestring, binary, bytestring, Cabal
, cabal-install-parsers, containers, cryptohash-sha256, deepseq
, Diff, directory, exceptions, filepath, generic-lens-lite, HsYAML
, lattices, mtl, network-uri, optparse-applicative, parsec, pretty
, process, ShellCheck, tasty, tasty-golden, temporary, text
, transformers, unordered-containers
, indexed-traversable, indexed-traversable-instances, ini, lattices
, mtl, network-uri, optparse-applicative, parsec, pretty, process
, ShellCheck, tasty, tasty-golden, temporary, text, transformers
, unordered-containers, zinza
}:
mkDerivation {
pname = "haskell-ci";
version = "0.10.3";
sha256 = "18qynghm1aj0qr18v6m3md75p2l3kyhki03798jwhi4kc5qdk2vv";
version = "0.12";
sha256 = "17ccxpsi483fkiyp98m09nzqds9n78y53naii5x18nvdxv9fssam";
isLibrary = false;
isExecutable = true;
libraryHaskellDepends = [
aeson base base-compat bytestring Cabal cabal-install-parsers
containers deepseq directory exceptions filepath generic-lens-lite
HsYAML lattices mtl network-uri optparse-applicative parsec pretty
process ShellCheck temporary text transformers unordered-containers
aeson attoparsec base base-compat base16-bytestring binary
bytestring Cabal cabal-install-parsers containers cryptohash-sha256
deepseq directory exceptions filepath generic-lens-lite HsYAML
indexed-traversable indexed-traversable-instances ini lattices mtl
network-uri optparse-applicative parsec pretty process ShellCheck
temporary text transformers unordered-containers zinza
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
ansi-terminal base base-compat bytestring Diff directory filepath
tasty tasty-golden transformers
ansi-terminal base base-compat bytestring Cabal Diff directory
filepath tasty tasty-golden transformers
];
doHaddock = false;
description = "Cabal package script generator for Travis-CI";
@ -127471,6 +127684,39 @@ self: {
license = lib.licenses.bsd3;
}) {};
"hie-bios_0_7_5" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
, conduit, conduit-extra, containers, cryptohash-sha1, deepseq
, directory, extra, file-embed, filepath, ghc, hslogger
, hspec-expectations, optparse-applicative, process, tasty
, tasty-expected-failure, tasty-hunit, temporary, text, time
, transformers, unix-compat, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "hie-bios";
version = "0.7.5";
sha256 = "0k8g1qkxqqa0ld15s82mvkgsm4icm65dkabsv8sd2mkrhck0lfw8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base base16-bytestring bytestring conduit conduit-extra
containers cryptohash-sha1 deepseq directory extra file-embed
filepath ghc hslogger process temporary text time transformers
unix-compat unordered-containers vector yaml
];
executableHaskellDepends = [
base directory filepath ghc optparse-applicative
];
testHaskellDepends = [
base directory extra filepath ghc hspec-expectations tasty
tasty-expected-failure tasty-hunit temporary text
unordered-containers yaml
];
description = "Set up a GHC API session";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hie-compat" = callPackage
({ mkDerivation, array, base, bytestring, containers, directory
, filepath, ghc, ghc-boot, transformers
@ -128320,6 +128566,27 @@ self: {
license = lib.licenses.bsd3;
}) {};
"hint_0_9_0_4" = callPackage
({ mkDerivation, base, containers, directory, exceptions, filepath
, ghc, ghc-boot, ghc-paths, HUnit, random, stm, temporary
, transformers, unix
}:
mkDerivation {
pname = "hint";
version = "0.9.0.4";
sha256 = "0hdhnkldscq3hp5xn5ns79f6cd6bw6ih6k550d5c38sdqypx73ns";
libraryHaskellDepends = [
base directory exceptions filepath ghc ghc-boot ghc-paths random
temporary transformers unix
];
testHaskellDepends = [
base containers directory exceptions filepath HUnit stm unix
];
description = "Runtime Haskell interpreter (GHC API wrapper)";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hint-server" = callPackage
({ mkDerivation, base, eprocess, exceptions, hint, monad-loops, mtl
}:
@ -129370,8 +129637,8 @@ self: {
}:
mkDerivation {
pname = "hledger-iadd";
version = "1.3.13";
sha256 = "19i5cr11zm4d27x2gddxy4993jgmf4ghgpvx8fw4acadwbvlnjvg";
version = "1.3.14";
sha256 = "0kcw8yp9g6cj6amc4rh8iwzd4zh5v68ns8sf5rv4hfa4xj928iy5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -129900,6 +130167,8 @@ self: {
pname = "hls-explicit-imports-plugin";
version = "1.0.0.0";
sha256 = "14j89l8pkxrffllg06fj6215xqdswrbndyv5xa22f0g00acmwi6w";
revision = "1";
editedCabalFile = "0gch9wkz1h4g06xc48jhvs06jji9d0npa2zrj2gv1cbf6hjs0s92";
libraryHaskellDepends = [
aeson base containers deepseq ghc ghcide hls-plugin-api lsp
lsp-types shake text unordered-containers
@ -129971,8 +130240,8 @@ self: {
}:
mkDerivation {
pname = "hls-retrie-plugin";
version = "1.0.0.0";
sha256 = "1m4r6nxbq1lvjkl6g1i0lbxdx4zimw6g478alnqv8n208q6fiw26";
version = "1.0.0.1";
sha256 = "0vshnnh8x2n0kn7hh04z00mkdmw3130b3mmfrm3z4ygia852hzmq";
libraryHaskellDepends = [
aeson base containers deepseq directory extra ghc ghcide hashable
hls-plugin-api lsp lsp-types retrie safe-exceptions shake text
@ -144175,8 +144444,8 @@ self: {
}:
mkDerivation {
pname = "ice40-prim";
version = "0.2.0.0";
sha256 = "02dm3zqq24phhxis471gp91figkazpwpz0ndhazp14jajxvka0cd";
version = "0.3.0.0";
sha256 = "0qrpaqmgas3czhw2ppc1f1m4m7y2hc93za2g0rvfw80ncbrkl83s";
libraryHaskellDepends = [
base Cabal clash-prelude ghc-typelits-extra ghc-typelits-knownnat
ghc-typelits-natnormalise interpolate
@ -147306,8 +147575,8 @@ self: {
}:
mkDerivation {
pname = "instana-haskell-trace-sdk";
version = "0.6.0.0";
sha256 = "0b27fvvq1xxici2w33m823xnj7fwq1irjhwrcaav1khz3h93qv85";
version = "0.6.1.0";
sha256 = "14nvmrrc1gwpfrhs5f041f85vnpwj1s3z90q13127x9rahpaxb29";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -148613,8 +148882,8 @@ self: {
pname = "io-streams";
version = "1.5.2.0";
sha256 = "1hbabrk5145d77qi23688piaf1wc93n8vaj846n0s3zk953z1lk3";
revision = "1";
editedCabalFile = "1dcadj5gv1m2yy97zsbq5x67vsblp8gy58a0kl5di9vkbgrcw46n";
revision = "2";
editedCabalFile = "1mr0y8m6xdkgvvk76n7pn1airqzgdp8kd8x6jd9w97iy5wjp14q7";
configureFlags = [ "-fnointeractivetests" ];
libraryHaskellDepends = [
attoparsec base bytestring bytestring-builder network primitive
@ -151259,6 +151528,22 @@ self: {
license = lib.licenses.mit;
}) {};
"jira-wiki-markup_1_3_4" = callPackage
({ mkDerivation, base, mtl, parsec, tasty, tasty-hunit, text }:
mkDerivation {
pname = "jira-wiki-markup";
version = "1.3.4";
sha256 = "0rrqaibgafbynrlcsp7f7hkzgkp2gix7ji2hkpgpby6fvp6965fh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base mtl parsec text ];
executableHaskellDepends = [ base text ];
testHaskellDepends = [ base parsec tasty tasty-hunit text ];
description = "Handle Jira wiki markup";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"jmacro" = callPackage
({ mkDerivation, aeson, base, bytestring, containers
, haskell-src-exts, haskell-src-meta, mtl, parseargs, parsec
@ -172320,8 +172605,8 @@ self: {
pname = "mercury-api";
version = "0.1.0.2";
sha256 = "0ybpc1kai85rflgdr80jd8cvwxaxmbphv82nz2p17502jrmdfkhg";
revision = "5";
editedCabalFile = "15xgb00cv8srnhfgh7v01b2qijcwapwsbx92jbdss525n3j74d48";
revision = "6";
editedCabalFile = "03d71mfq8nvqjr7hcpkh1q25fi1avqj35mfrrf7rkm13fr49bi7i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -175050,6 +175335,8 @@ self: {
pname = "mmark";
version = "0.0.7.3";
sha256 = "1gfl9jhqm1jaqxi0yxd8r4z3ai5c3f1wv53vjs0ln84qjpcqp30s";
revision = "1";
editedCabalFile = "19yg41grkliim428x9cqwcynmjvkh83mqfyxiv2dc6fvid6fmcrk";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base case-insensitive containers deepseq dlist email-validate
@ -184976,6 +185263,28 @@ self: {
broken = true;
}) {};
"network-packet-linux" = callPackage
({ mkDerivation, base, bytestring, hspec, hspec-discover, HUnit
, network, QuickCheck, vendored-network, vendored-network-test
}:
mkDerivation {
pname = "network-packet-linux";
version = "0.1.0.0";
sha256 = "17096sa20jijq37nr0bn4bcnpilh5yx4pdwqb4c2vk4i0lkwg58m";
revision = "2";
editedCabalFile = "0w3ca2z3ppj7b8ifafh4y42zv6wpkdd0mmfsvmvcdmfprlsh244b";
libraryHaskellDepends = [ base network vendored-network ];
testHaskellDepends = [
base bytestring hspec HUnit network QuickCheck
vendored-network-test
];
testToolDepends = [ hspec-discover ];
description = "Types for working with Linux packet sockets";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {vendored-network = null; vendored-network-test = null;};
"network-pgi" = callPackage
({ mkDerivation, attoparsec, attoparsec-enumerator, base
, bytestring, enumerator, tnet
@ -187366,10 +187675,8 @@ self: {
}:
mkDerivation {
pname = "normalization-insensitive";
version = "2.0.1";
sha256 = "00nbha984yg4lxnpkyd3q0gbywf7xn5z5ixy3cr9ksn05w6blm1v";
revision = "4";
editedCabalFile = "1p0vxvp44nzjn7big9m3wj8gvffaxz05c46jalm73fwm8cj54iqf";
version = "2.0.2";
sha256 = "1rr12rrij64hi6jkd42h4x2m86k1ra10ykzpzc38n6rfdhyiswpn";
libraryHaskellDepends = [
base bytestring deepseq hashable text unicode-transforms
];
@ -192550,6 +192857,26 @@ self: {
license = lib.licenses.mit;
}) {};
"ory-kratos" = callPackage
({ mkDerivation, aeson, base, containers, exceptions, http-api-data
, http-client, http-client-tls, http-types, mtl, network-uri
, servant, servant-client, servant-client-core, servant-server
, swagger2, text, time, transformers, uuid, wai, warp
}:
mkDerivation {
pname = "ory-kratos";
version = "0.0.5.6";
sha256 = "0n6kc9036livl75al5dznxn7zzncaqr73cizm6fywi7wasnd903d";
libraryHaskellDepends = [
aeson base containers exceptions http-api-data http-client
http-client-tls http-types mtl network-uri servant servant-client
servant-client-core servant-server swagger2 text time transformers
uuid wai warp
];
description = "API bindings for Ory Kratos";
license = lib.licenses.asl20;
}) {};
"os-release" = callPackage
({ mkDerivation, aeson, base, bytestring, filepath, hspec
, hspec-megaparsec, megaparsec, pretty-simple, safe-exceptions
@ -215615,19 +215942,19 @@ self: {
}) {};
"rattletrap" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, base, binary
, bytestring, caerbannog, containers, filepath, http-client
, http-client-tls, HUnit, text, transformers
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
, containers, filepath, http-client, http-client-tls, HUnit, text
, transformers
}:
mkDerivation {
pname = "rattletrap";
version = "10.0.7";
sha256 = "1wpxysd23gz2lga6bzg3cx21yxjvcprqgk9xqlg3b5gmj22h2mdg";
version = "11.0.0";
sha256 = "10xr9fv0xdiz173i5apz29sh66bvya3ris2c7ig2qs8dfbqi165s";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty array base binary bytestring caerbannog
containers filepath http-client http-client-tls text transformers
aeson aeson-pretty array base bytestring containers filepath
http-client http-client-tls text transformers
];
executableHaskellDepends = [ base ];
testHaskellDepends = [ base bytestring filepath HUnit ];
@ -237474,6 +237801,24 @@ self: {
license = lib.licenses.bsd3;
}) {};
"singletons-presburger_0_6_0_0" = callPackage
({ mkDerivation, base, ghc-typelits-presburger, mtl, reflection
, singletons
}:
mkDerivation {
pname = "singletons-presburger";
version = "0.6.0.0";
sha256 = "1yg1l770c2817yhm569ij5rb8l15c69p5f68i0vrdd8kwpv1ka63";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base ghc-typelits-presburger mtl reflection singletons
];
description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"singletons-th" = callPackage
({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons
, syb, template-haskell, th-desugar, th-orphans, transformers
@ -246834,6 +247179,55 @@ self: {
license = lib.licenses.mit;
}) {};
"store_0_7_10" = callPackage
({ mkDerivation, array, async, base, base-orphans
, base64-bytestring, bifunctors, bytestring, cereal, cereal-vector
, clock, containers, contravariant, criterion, cryptohash, deepseq
, directory, filepath, free, ghc-prim, hashable, hspec
, hspec-smallcheck, integer-gmp, lifted-base, monad-control
, mono-traversable, nats, network, primitive, resourcet, safe
, smallcheck, store-core, syb, template-haskell, text, th-lift
, th-lift-instances, th-orphans, th-reify-many, th-utilities, time
, transformers, unordered-containers, vector
, vector-binary-instances, void, weigh
}:
mkDerivation {
pname = "store";
version = "0.7.10";
sha256 = "0026bjff7nsw23i1l5427qnvw69ncbii5s2q1nshkrs1nrspb0i2";
libraryHaskellDepends = [
array async base base-orphans base64-bytestring bifunctors
bytestring containers contravariant cryptohash deepseq directory
filepath free ghc-prim hashable hspec hspec-smallcheck integer-gmp
lifted-base monad-control mono-traversable nats network primitive
resourcet safe smallcheck store-core syb template-haskell text
th-lift th-lift-instances th-orphans th-reify-many th-utilities
time transformers unordered-containers vector void
];
testHaskellDepends = [
array async base base-orphans base64-bytestring bifunctors
bytestring clock containers contravariant cryptohash deepseq
directory filepath free ghc-prim hashable hspec hspec-smallcheck
integer-gmp lifted-base monad-control mono-traversable nats network
primitive resourcet safe smallcheck store-core syb template-haskell
text th-lift th-lift-instances th-orphans th-reify-many
th-utilities time transformers unordered-containers vector void
];
benchmarkHaskellDepends = [
array async base base-orphans base64-bytestring bifunctors
bytestring cereal cereal-vector containers contravariant criterion
cryptohash deepseq directory filepath free ghc-prim hashable hspec
hspec-smallcheck integer-gmp lifted-base monad-control
mono-traversable nats network primitive resourcet safe smallcheck
store-core syb template-haskell text th-lift th-lift-instances
th-orphans th-reify-many th-utilities time transformers
unordered-containers vector vector-binary-instances void weigh
];
description = "Fast binary serialization";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"store-core" = callPackage
({ mkDerivation, base, bytestring, ghc-prim, primitive, text
, transformers
@ -249333,6 +249727,36 @@ self: {
license = lib.licenses.bsd3;
}) {};
"subcategories_0_1_1_0" = callPackage
({ mkDerivation, base, bytestring, containers, data-default, foldl
, hashable, inspection-testing, mono-traversable, pointed
, primitive, QuickCheck, reflection, semialign, tasty
, tasty-discover, tasty-expected-failure, tasty-hunit
, tasty-quickcheck, template-haskell, text, these
, unordered-containers, vector, vector-algorithms, vector-builder
}:
mkDerivation {
pname = "subcategories";
version = "0.1.1.0";
sha256 = "09ri226jxcig4f3jxcjh63skvv48myis58ffj7zrmr12sfzkb279";
libraryHaskellDepends = [
base containers data-default foldl hashable mono-traversable
pointed primitive reflection semialign template-haskell text these
unordered-containers vector vector-algorithms vector-builder
];
testHaskellDepends = [
base bytestring containers data-default foldl hashable
inspection-testing mono-traversable pointed primitive QuickCheck
reflection semialign tasty tasty-expected-failure tasty-hunit
tasty-quickcheck template-haskell text these unordered-containers
vector vector-algorithms vector-builder
];
testToolDepends = [ tasty-discover ];
description = "Subcategories induced by class constraints";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"subhask" = callPackage
({ mkDerivation, approximate, array, base, bloomfilter, bytes
, bytestring, cassava, containers, criterion, deepseq, erf, gamma
@ -254054,6 +254478,8 @@ self: {
pname = "tasty-hedgehog";
version = "1.0.1.0";
sha256 = "0vkmhqfydyxbvjjbwvwn0q1f1a2dl9wmhz0s7020frpzwqcjwm5b";
revision = "1";
editedCabalFile = "1yhj5jpgsr1mflsadf1fgaj8hh7y3dnfsg95m6bni7xprdnw6nf9";
libraryHaskellDepends = [ base hedgehog tagged tasty ];
testHaskellDepends = [
base hedgehog tasty tasty-expected-failure