hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
66b650498e
.
This commit is contained in:
parent
8d92f6cd3e
commit
617599ef66
1 changed files with 146 additions and 51 deletions
197
pkgs/development/haskell-modules/hackage-packages.nix
generated
197
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -36656,6 +36656,8 @@ self: {
|
|||
pname = "aws-lambda-runtime";
|
||||
version = "0.0.0.1";
|
||||
sha256 = "1yzqqlgi7yb9b5imh6zfmwbc097bj7r0zi8mkk82c81cv5rcjy08";
|
||||
revision = "1";
|
||||
editedCabalFile = "0gmf698hlxcg241zshn7rl3c2yqkk668inz43xjvahjj4rzqrnjy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -84834,6 +84836,25 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"erlang-ffi" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, directory, filepath
|
||||
, hspec, MissingH, network, random
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "erlang-ffi";
|
||||
version = "1.0.0";
|
||||
sha256 = "1vj0i7r4pr3dhyvlgk0mi31ljcq87y69s2vmh4q41m5q4wxz9c42";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring directory filepath MissingH network random
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring directory filepath hspec MissingH network
|
||||
random
|
||||
];
|
||||
description = "Send messages to an Erlang node using Haskell";
|
||||
license = "GPL";
|
||||
}) {};
|
||||
|
||||
"eros" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, text }:
|
||||
mkDerivation {
|
||||
|
@ -92571,18 +92592,20 @@ self: {
|
|||
}) {};
|
||||
|
||||
"flatparse" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers, gauge
|
||||
, megaparsec, parsec, template-haskell
|
||||
({ mkDerivation, attoparsec, base, bytesmith, bytestring
|
||||
, containers, gauge, megaparsec, parsec, primitive
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "flatparse";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "00ljdzkxy5ny4nib284hw0cgjld3nxp3hdzjq46hi6sa4pyzcmgv";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "19k1336hf23n440bk5fjw296bs7kqccfa4mhl4wsvfvbsyrzlp09";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers template-haskell
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
attoparsec base bytestring gauge megaparsec parsec
|
||||
attoparsec base bytesmith bytestring gauge megaparsec parsec
|
||||
primitive
|
||||
];
|
||||
description = "High-performance parsing from strict bytestrings";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -97527,6 +97550,17 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"fuzzyfind" = callPackage
|
||||
({ mkDerivation, array, base, containers }:
|
||||
mkDerivation {
|
||||
pname = "fuzzyfind";
|
||||
version = "0.1.0";
|
||||
sha256 = "0ghv1paisvy4dn3l7vv499a6k6a4r54ks5bn3jl8zhy65xn5c8nv";
|
||||
libraryHaskellDepends = [ array base containers ];
|
||||
description = "Fuzzy text matching";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"fuzzyset" = callPackage
|
||||
({ mkDerivation, base, data-default, hspec, ieee754, text
|
||||
, text-metrics, unordered-containers, vector
|
||||
|
@ -101292,6 +101326,8 @@ self: {
|
|||
pname = "ghc-lib-parser";
|
||||
version = "9.0.1.20210207";
|
||||
sha256 = "1gikdcgcgw1paxs5igxgxdfvpjp23963f6vn83m0a6vr88n2haah";
|
||||
revision = "1";
|
||||
editedCabalFile = "1fkh3xc2pq4k0mz1x92xhby5sqamfsnfm4rlq38p5shybkan7qgl";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers deepseq directory
|
||||
|
@ -117991,15 +118027,15 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"haskeline_0_8_1_1" = callPackage
|
||||
"haskeline_0_8_1_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory
|
||||
, exceptions, filepath, HUnit, process, stm, terminfo, text
|
||||
, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskeline";
|
||||
version = "0.8.1.1";
|
||||
sha256 = "1cg51rbhpa7ism0rg39dw7njz4r3q5h5pnysnbc37dh6gcdiyg2p";
|
||||
version = "0.8.1.2";
|
||||
sha256 = "0axr258a8wrsq37jwx4g343969lycydx9symijnp64a7ki67jrnp";
|
||||
configureFlags = [ "-fterminfo" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
@ -121095,13 +121131,13 @@ self: {
|
|||
, http-types, lens, monad-control, monad-logger, mtl, network, nqe
|
||||
, optparse-applicative, QuickCheck, random, rocksdb-haskell-jprupp
|
||||
, rocksdb-query, scotty, stm, string-conversions, text, time
|
||||
, transformers, unliftio, unordered-containers, wai, wai-extra
|
||||
, warp, wreq
|
||||
, transformers, unliftio, unordered-containers, vault, wai
|
||||
, wai-extra, warp, wreq
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.50.2";
|
||||
sha256 = "0cyfbi04375lyq23303ic9hny7sbh5l8xm0wd5fpn14p2hfsq4ms";
|
||||
version = "0.51.0";
|
||||
sha256 = "0wgf4j28f3g8anm6xpi0qn1as8lw7b6gwsp92xpc0f2yvv38gm4d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -121110,8 +121146,8 @@ self: {
|
|||
haskoin-core haskoin-node haskoin-store-data hedis http-types lens
|
||||
monad-control monad-logger mtl network nqe random
|
||||
rocksdb-haskell-jprupp rocksdb-query scotty stm string-conversions
|
||||
text time transformers unliftio unordered-containers wai wai-extra
|
||||
warp wreq
|
||||
text time transformers unliftio unordered-containers vault wai
|
||||
wai-extra warp wreq
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-pretty base base16 bytes bytestring cereal conduit
|
||||
|
@ -121120,7 +121156,7 @@ self: {
|
|||
http-types lens monad-control monad-logger mtl network nqe
|
||||
optparse-applicative random rocksdb-haskell-jprupp rocksdb-query
|
||||
scotty stm string-conversions text time transformers unliftio
|
||||
unordered-containers wai wai-extra warp wreq
|
||||
unordered-containers vault wai wai-extra warp wreq
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base base16 base64 bytes bytestring cereal
|
||||
|
@ -121129,7 +121165,7 @@ self: {
|
|||
http-types lens monad-control monad-logger mtl network nqe
|
||||
QuickCheck random rocksdb-haskell-jprupp rocksdb-query scotty stm
|
||||
string-conversions text time transformers unliftio
|
||||
unordered-containers wai wai-extra warp wreq
|
||||
unordered-containers vault wai wai-extra warp wreq
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Storage and index for Bitcoin and Bitcoin Cash";
|
||||
|
@ -121147,8 +121183,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.50.1";
|
||||
sha256 = "0p94s76j2p3zy5pig1kcmja0gnfnbjibjvaihfryyfhsnb27csk0";
|
||||
version = "0.51.0";
|
||||
sha256 = "12p8caxi77hqy420bix3h3a427m5hq4vwwwgf1g4cmava7c0p7wq";
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytes bytestring cereal containers data-default
|
||||
deepseq hashable haskoin-core http-client http-types lens mtl
|
||||
|
@ -131687,8 +131723,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "homotuple";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "1jhw6mby17wz0jiqxjj59qfvcy9dgd8gm5z0ak3qzr1xrd652fa8";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "17vr2g8jv71k2bwv5x973xjjxacr5br4xlngxjpzbq6xk9n37laf";
|
||||
setupHaskellDepends = [ base Cabal directory ];
|
||||
libraryHaskellDepends = [ base OneTuple Only single-tuple ];
|
||||
description = "Homotuple, all whose elements are the same type";
|
||||
|
@ -154952,8 +154988,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "kempe";
|
||||
version = "0.1.1.3";
|
||||
sha256 = "0p0zm3dxjcmckwif966cnsn8qb667mxd8yh7wx56nl7jsxz90cw1";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1wgbjk1iyb4njcr957lipxnypk3c08c98v9czk3xld9dqzq9xxf1";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -175924,8 +175960,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "mohws";
|
||||
version = "0.2.1.7";
|
||||
sha256 = "0kmk20gdzcyx7ivzslal7brc4vywmcscgradzbc1iwzy6wbd4rks";
|
||||
version = "0.2.1.8";
|
||||
sha256 = "039abcwkqijsw8qp2iid6ilnyg79lvc1m6zik0jc4gadl5g704wh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -198395,7 +198431,7 @@ self: {
|
|||
maintainers = with lib.maintainers; [ psibi ];
|
||||
}) {};
|
||||
|
||||
"persistent_2_11_0_3" = callPackage
|
||||
"persistent_2_11_0_4" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
||||
, blaze-html, bytestring, conduit, containers, fast-logger, hspec
|
||||
, http-api-data, monad-logger, mtl, path-pieces, resource-pool
|
||||
|
@ -198405,8 +198441,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent";
|
||||
version = "2.11.0.3";
|
||||
sha256 = "117v2pf5gy87grcklm1xm2crixywm7w1ba9w05gb2dddr1d26y49";
|
||||
version = "2.11.0.4";
|
||||
sha256 = "1n5wkhfvyqq6p57nkf9yx73kap6spyzam5w12ni8pmd1m6pk77xn";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||
conduit containers fast-logger http-api-data monad-logger mtl
|
||||
|
@ -198676,6 +198712,32 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"persistent-mtl_0_2_1_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, containers
|
||||
, monad-logger, mtl, persistent, persistent-postgresql
|
||||
, persistent-sqlite, persistent-template, resource-pool, resourcet
|
||||
, tasty, tasty-golden, tasty-hunit, text, transformers, unliftio
|
||||
, unliftio-core, unliftio-pool
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-mtl";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1lwzkxb55bb4ldcwxkkfjfly39bnjjdg01yihl6znx8y3c461yrx";
|
||||
libraryHaskellDepends = [
|
||||
base conduit containers mtl persistent resource-pool resourcet text
|
||||
transformers unliftio unliftio-core unliftio-pool
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring conduit containers monad-logger persistent
|
||||
persistent-postgresql persistent-sqlite persistent-template
|
||||
resource-pool resourcet tasty tasty-golden tasty-hunit text
|
||||
unliftio
|
||||
];
|
||||
description = "Monad transformer for the persistent API";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"persistent-mysql" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
|
||||
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
|
||||
|
@ -238518,6 +238580,23 @@ self: {
|
|||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"slist_0_2_0_0" = callPackage
|
||||
({ mkDerivation, base, containers, doctest, Glob, hedgehog, hspec
|
||||
, hspec-hedgehog
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "slist";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1aiswwh33rxp49adhjygyjrhivsflafz5z0kyv3wfnb0wk15jv96";
|
||||
libraryHaskellDepends = [ base containers ];
|
||||
testHaskellDepends = [
|
||||
base doctest Glob hedgehog hspec hspec-hedgehog
|
||||
];
|
||||
description = "Sized list";
|
||||
license = lib.licenses.mpl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sloane" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, bloomfilter, bytestring, conduit, conduit-extra, containers
|
||||
|
@ -253830,6 +253909,18 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"tasty-bench_0_2_3" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, tasty }:
|
||||
mkDerivation {
|
||||
pname = "tasty-bench";
|
||||
version = "0.2.3";
|
||||
sha256 = "16273rxlvjh960mdlhkpggx8rbza1n18fxl9m9yi8dhkli4g0w6a";
|
||||
libraryHaskellDepends = [ base containers deepseq tasty ];
|
||||
description = "Featherlight benchmark framework";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tasty-dejafu" = callPackage
|
||||
({ mkDerivation, base, dejafu, random, tagged, tasty }:
|
||||
mkDerivation {
|
||||
|
@ -253948,6 +254039,8 @@ self: {
|
|||
pname = "tasty-grading-system";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1r72gbylmv466naxkqsf56wlkp5kzhvyq0w3k7g47hs1rlslllmp";
|
||||
revision = "2";
|
||||
editedCabalFile = "1kr1113k6a0d8yd51lvl1689wdbq2lb2fp44rl6jzdaizxvj360f";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers directory filepath generic-deriving mtl stm
|
||||
tagged tasty text
|
||||
|
@ -283492,43 +283585,45 @@ self: {
|
|||
}) {};
|
||||
|
||||
"xrefcheck" = callPackage
|
||||
({ mkDerivation, aeson, aeson-options, async, base, bytestring
|
||||
({ mkDerivation, aeson, aeson-casing, async, base, bytestring
|
||||
, cmark-gfm, containers, data-default, deepseq, directory
|
||||
, directory-tree, filepath, fmt, Glob, hspec, hspec-discover
|
||||
, http-client, http-types, lens, modern-uri, mtl, o-clock
|
||||
, optparse-applicative, pretty-terminal, QuickCheck, req
|
||||
, roman-numerals, template-haskell, text, text-metrics
|
||||
, th-lift-instances, th-utilities, universum, with-utf8, yaml
|
||||
, directory-tree, file-embed, filepath, fmt, Glob, hspec
|
||||
, hspec-discover, http-client, http-types, HUnit, lens, modern-uri
|
||||
, mtl, o-clock, optparse-applicative, pretty-terminal, QuickCheck
|
||||
, regex-tdfa, req, roman-numerals, template-haskell, text
|
||||
, text-metrics, th-lift-instances, th-utilities, transformers
|
||||
, universum, with-utf8, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xrefcheck";
|
||||
version = "0.1.2";
|
||||
sha256 = "0m3cya6rfx7ypq4sp172z9fnnl6n11v98f6bj003phrapl6s0vnn";
|
||||
version = "0.1.3";
|
||||
sha256 = "0v7ylf21kky36shq1l33mlcsg2iihqwqx7bxyjlmhndp9hi0dr8l";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-options async base bytestring cmark-gfm containers
|
||||
data-default deepseq directory directory-tree filepath fmt Glob
|
||||
http-client http-types lens modern-uri mtl o-clock
|
||||
optparse-applicative pretty-terminal req roman-numerals
|
||||
aeson aeson-casing async base bytestring cmark-gfm containers
|
||||
data-default deepseq directory directory-tree file-embed filepath
|
||||
fmt Glob http-client http-types HUnit lens modern-uri mtl o-clock
|
||||
optparse-applicative pretty-terminal regex-tdfa req roman-numerals
|
||||
template-haskell text text-metrics th-lift-instances th-utilities
|
||||
universum with-utf8 yaml
|
||||
transformers universum with-utf8 yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aeson-options async base bytestring cmark-gfm containers
|
||||
data-default deepseq directory directory-tree filepath fmt Glob
|
||||
http-client http-types lens modern-uri mtl o-clock
|
||||
optparse-applicative pretty-terminal req roman-numerals
|
||||
aeson aeson-casing async base bytestring cmark-gfm containers
|
||||
data-default deepseq directory directory-tree file-embed filepath
|
||||
fmt Glob http-client http-types HUnit lens modern-uri mtl o-clock
|
||||
optparse-applicative pretty-terminal regex-tdfa req roman-numerals
|
||||
template-haskell text text-metrics th-lift-instances th-utilities
|
||||
universum with-utf8 yaml
|
||||
transformers universum with-utf8 yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-options async base bytestring cmark-gfm containers
|
||||
data-default deepseq directory directory-tree filepath fmt Glob
|
||||
hspec http-client http-types lens modern-uri mtl o-clock
|
||||
optparse-applicative pretty-terminal QuickCheck req roman-numerals
|
||||
template-haskell text text-metrics th-lift-instances th-utilities
|
||||
universum with-utf8 yaml
|
||||
aeson aeson-casing async base bytestring cmark-gfm containers
|
||||
data-default deepseq directory directory-tree file-embed filepath
|
||||
fmt Glob hspec http-client http-types HUnit lens modern-uri mtl
|
||||
o-clock optparse-applicative pretty-terminal QuickCheck regex-tdfa
|
||||
req roman-numerals template-haskell text text-metrics
|
||||
th-lift-instances th-utilities transformers universum with-utf8
|
||||
yaml
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
license = lib.licenses.mpl20;
|
||||
|
|
Loading…
Reference in a new issue