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
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";
|
pname = "aws-lambda-runtime";
|
||||||
version = "0.0.0.1";
|
version = "0.0.0.1";
|
||||||
sha256 = "1yzqqlgi7yb9b5imh6zfmwbc097bj7r0zi8mkk82c81cv5rcjy08";
|
sha256 = "1yzqqlgi7yb9b5imh6zfmwbc097bj7r0zi8mkk82c81cv5rcjy08";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0gmf698hlxcg241zshn7rl3c2yqkk668inz43xjvahjj4rzqrnjy";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -84834,6 +84836,25 @@ self: {
|
|||||||
broken = true;
|
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
|
"eros" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, containers, text }:
|
({ mkDerivation, aeson, base, bytestring, containers, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -92571,18 +92592,20 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"flatparse" = callPackage
|
"flatparse" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bytestring, containers, gauge
|
({ mkDerivation, attoparsec, base, bytesmith, bytestring
|
||||||
, megaparsec, parsec, template-haskell
|
, containers, gauge, megaparsec, parsec, primitive
|
||||||
|
, template-haskell
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "flatparse";
|
pname = "flatparse";
|
||||||
version = "0.1.0.2";
|
version = "0.1.1.1";
|
||||||
sha256 = "00ljdzkxy5ny4nib284hw0cgjld3nxp3hdzjq46hi6sa4pyzcmgv";
|
sha256 = "19k1336hf23n440bk5fjw296bs7kqccfa4mhl4wsvfvbsyrzlp09";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers template-haskell
|
base bytestring containers template-haskell
|
||||||
];
|
];
|
||||||
benchmarkHaskellDepends = [
|
benchmarkHaskellDepends = [
|
||||||
attoparsec base bytestring gauge megaparsec parsec
|
attoparsec base bytesmith bytestring gauge megaparsec parsec
|
||||||
|
primitive
|
||||||
];
|
];
|
||||||
description = "High-performance parsing from strict bytestrings";
|
description = "High-performance parsing from strict bytestrings";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
@ -97527,6 +97550,17 @@ self: {
|
|||||||
broken = true;
|
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
|
"fuzzyset" = callPackage
|
||||||
({ mkDerivation, base, data-default, hspec, ieee754, text
|
({ mkDerivation, base, data-default, hspec, ieee754, text
|
||||||
, text-metrics, unordered-containers, vector
|
, text-metrics, unordered-containers, vector
|
||||||
@ -101292,6 +101326,8 @@ self: {
|
|||||||
pname = "ghc-lib-parser";
|
pname = "ghc-lib-parser";
|
||||||
version = "9.0.1.20210207";
|
version = "9.0.1.20210207";
|
||||||
sha256 = "1gikdcgcgw1paxs5igxgxdfvpjp23963f6vn83m0a6vr88n2haah";
|
sha256 = "1gikdcgcgw1paxs5igxgxdfvpjp23963f6vn83m0a6vr88n2haah";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1fkh3xc2pq4k0mz1x92xhby5sqamfsnfm4rlq38p5shybkan7qgl";
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base binary bytestring containers deepseq directory
|
array base binary bytestring containers deepseq directory
|
||||||
@ -117991,15 +118027,15 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"haskeline_0_8_1_1" = callPackage
|
"haskeline_0_8_1_2" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, directory
|
({ mkDerivation, base, bytestring, containers, directory
|
||||||
, exceptions, filepath, HUnit, process, stm, terminfo, text
|
, exceptions, filepath, HUnit, process, stm, terminfo, text
|
||||||
, transformers, unix
|
, transformers, unix
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskeline";
|
pname = "haskeline";
|
||||||
version = "0.8.1.1";
|
version = "0.8.1.2";
|
||||||
sha256 = "1cg51rbhpa7ism0rg39dw7njz4r3q5h5pnysnbc37dh6gcdiyg2p";
|
sha256 = "0axr258a8wrsq37jwx4g343969lycydx9symijnp64a7ki67jrnp";
|
||||||
configureFlags = [ "-fterminfo" ];
|
configureFlags = [ "-fterminfo" ];
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
@ -121095,13 +121131,13 @@ self: {
|
|||||||
, http-types, lens, monad-control, monad-logger, mtl, network, nqe
|
, http-types, lens, monad-control, monad-logger, mtl, network, nqe
|
||||||
, optparse-applicative, QuickCheck, random, rocksdb-haskell-jprupp
|
, optparse-applicative, QuickCheck, random, rocksdb-haskell-jprupp
|
||||||
, rocksdb-query, scotty, stm, string-conversions, text, time
|
, rocksdb-query, scotty, stm, string-conversions, text, time
|
||||||
, transformers, unliftio, unordered-containers, wai, wai-extra
|
, transformers, unliftio, unordered-containers, vault, wai
|
||||||
, warp, wreq
|
, wai-extra, warp, wreq
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskoin-store";
|
pname = "haskoin-store";
|
||||||
version = "0.50.2";
|
version = "0.51.0";
|
||||||
sha256 = "0cyfbi04375lyq23303ic9hny7sbh5l8xm0wd5fpn14p2hfsq4ms";
|
sha256 = "0wgf4j28f3g8anm6xpi0qn1as8lw7b6gwsp92xpc0f2yvv38gm4d";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -121110,8 +121146,8 @@ self: {
|
|||||||
haskoin-core haskoin-node haskoin-store-data hedis http-types lens
|
haskoin-core haskoin-node haskoin-store-data hedis http-types lens
|
||||||
monad-control monad-logger mtl network nqe random
|
monad-control monad-logger mtl network nqe random
|
||||||
rocksdb-haskell-jprupp rocksdb-query scotty stm string-conversions
|
rocksdb-haskell-jprupp rocksdb-query scotty stm string-conversions
|
||||||
text time transformers unliftio unordered-containers wai wai-extra
|
text time transformers unliftio unordered-containers vault wai
|
||||||
warp wreq
|
wai-extra warp wreq
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson aeson-pretty base base16 bytes bytestring cereal conduit
|
aeson aeson-pretty base base16 bytes bytestring cereal conduit
|
||||||
@ -121120,7 +121156,7 @@ self: {
|
|||||||
http-types lens monad-control monad-logger mtl network nqe
|
http-types lens monad-control monad-logger mtl network nqe
|
||||||
optparse-applicative random rocksdb-haskell-jprupp rocksdb-query
|
optparse-applicative random rocksdb-haskell-jprupp rocksdb-query
|
||||||
scotty stm string-conversions text time transformers unliftio
|
scotty stm string-conversions text time transformers unliftio
|
||||||
unordered-containers wai wai-extra warp wreq
|
unordered-containers vault wai wai-extra warp wreq
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson aeson-pretty base base16 base64 bytes bytestring cereal
|
aeson aeson-pretty base base16 base64 bytes bytestring cereal
|
||||||
@ -121129,7 +121165,7 @@ self: {
|
|||||||
http-types lens monad-control monad-logger mtl network nqe
|
http-types lens monad-control monad-logger mtl network nqe
|
||||||
QuickCheck random rocksdb-haskell-jprupp rocksdb-query scotty stm
|
QuickCheck random rocksdb-haskell-jprupp rocksdb-query scotty stm
|
||||||
string-conversions text time transformers unliftio
|
string-conversions text time transformers unliftio
|
||||||
unordered-containers wai wai-extra warp wreq
|
unordered-containers vault wai wai-extra warp wreq
|
||||||
];
|
];
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "Storage and index for Bitcoin and Bitcoin Cash";
|
description = "Storage and index for Bitcoin and Bitcoin Cash";
|
||||||
@ -121147,8 +121183,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskoin-store-data";
|
pname = "haskoin-store-data";
|
||||||
version = "0.50.1";
|
version = "0.51.0";
|
||||||
sha256 = "0p94s76j2p3zy5pig1kcmja0gnfnbjibjvaihfryyfhsnb27csk0";
|
sha256 = "12p8caxi77hqy420bix3h3a427m5hq4vwwwgf1g4cmava7c0p7wq";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base binary bytes bytestring cereal containers data-default
|
aeson base binary bytes bytestring cereal containers data-default
|
||||||
deepseq hashable haskoin-core http-client http-types lens mtl
|
deepseq hashable haskoin-core http-client http-types lens mtl
|
||||||
@ -131687,8 +131723,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "homotuple";
|
pname = "homotuple";
|
||||||
version = "0.1.2.1";
|
version = "0.2.0.0";
|
||||||
sha256 = "1jhw6mby17wz0jiqxjj59qfvcy9dgd8gm5z0ak3qzr1xrd652fa8";
|
sha256 = "17vr2g8jv71k2bwv5x973xjjxacr5br4xlngxjpzbq6xk9n37laf";
|
||||||
setupHaskellDepends = [ base Cabal directory ];
|
setupHaskellDepends = [ base Cabal directory ];
|
||||||
libraryHaskellDepends = [ base OneTuple Only single-tuple ];
|
libraryHaskellDepends = [ base OneTuple Only single-tuple ];
|
||||||
description = "Homotuple, all whose elements are the same type";
|
description = "Homotuple, all whose elements are the same type";
|
||||||
@ -154952,8 +154988,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "kempe";
|
pname = "kempe";
|
||||||
version = "0.1.1.3";
|
version = "0.2.0.0";
|
||||||
sha256 = "0p0zm3dxjcmckwif966cnsn8qb667mxd8yh7wx56nl7jsxz90cw1";
|
sha256 = "1wgbjk1iyb4njcr957lipxnypk3c08c98v9czk3xld9dqzq9xxf1";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
@ -175924,8 +175960,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "mohws";
|
pname = "mohws";
|
||||||
version = "0.2.1.7";
|
version = "0.2.1.8";
|
||||||
sha256 = "0kmk20gdzcyx7ivzslal7brc4vywmcscgradzbc1iwzy6wbd4rks";
|
sha256 = "039abcwkqijsw8qp2iid6ilnyg79lvc1m6zik0jc4gadl5g704wh";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
@ -198395,7 +198431,7 @@ self: {
|
|||||||
maintainers = with lib.maintainers; [ psibi ];
|
maintainers = with lib.maintainers; [ psibi ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"persistent_2_11_0_3" = callPackage
|
"persistent_2_11_0_4" = callPackage
|
||||||
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
||||||
, blaze-html, bytestring, conduit, containers, fast-logger, hspec
|
, blaze-html, bytestring, conduit, containers, fast-logger, hspec
|
||||||
, http-api-data, monad-logger, mtl, path-pieces, resource-pool
|
, http-api-data, monad-logger, mtl, path-pieces, resource-pool
|
||||||
@ -198405,8 +198441,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "persistent";
|
pname = "persistent";
|
||||||
version = "2.11.0.3";
|
version = "2.11.0.4";
|
||||||
sha256 = "117v2pf5gy87grcklm1xm2crixywm7w1ba9w05gb2dddr1d26y49";
|
sha256 = "1n5wkhfvyqq6p57nkf9yx73kap6spyzam5w12ni8pmd1m6pk77xn";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||||
conduit containers fast-logger http-api-data monad-logger mtl
|
conduit containers fast-logger http-api-data monad-logger mtl
|
||||||
@ -198676,6 +198712,32 @@ self: {
|
|||||||
license = lib.licenses.bsd3;
|
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
|
"persistent-mysql" = callPackage
|
||||||
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
|
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
|
||||||
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
|
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
|
||||||
@ -238518,6 +238580,23 @@ self: {
|
|||||||
license = lib.licenses.mpl20;
|
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
|
"sloane" = callPackage
|
||||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||||
, bloomfilter, bytestring, conduit, conduit-extra, containers
|
, bloomfilter, bytestring, conduit, conduit-extra, containers
|
||||||
@ -253830,6 +253909,18 @@ self: {
|
|||||||
license = lib.licenses.mit;
|
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
|
"tasty-dejafu" = callPackage
|
||||||
({ mkDerivation, base, dejafu, random, tagged, tasty }:
|
({ mkDerivation, base, dejafu, random, tagged, tasty }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -253948,6 +254039,8 @@ self: {
|
|||||||
pname = "tasty-grading-system";
|
pname = "tasty-grading-system";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.0";
|
||||||
sha256 = "1r72gbylmv466naxkqsf56wlkp5kzhvyq0w3k7g47hs1rlslllmp";
|
sha256 = "1r72gbylmv466naxkqsf56wlkp5kzhvyq0w3k7g47hs1rlslllmp";
|
||||||
|
revision = "2";
|
||||||
|
editedCabalFile = "1kr1113k6a0d8yd51lvl1689wdbq2lb2fp44rl6jzdaizxvj360f";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base containers directory filepath generic-deriving mtl stm
|
aeson base containers directory filepath generic-deriving mtl stm
|
||||||
tagged tasty text
|
tagged tasty text
|
||||||
@ -283492,43 +283585,45 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"xrefcheck" = callPackage
|
"xrefcheck" = callPackage
|
||||||
({ mkDerivation, aeson, aeson-options, async, base, bytestring
|
({ mkDerivation, aeson, aeson-casing, async, base, bytestring
|
||||||
, cmark-gfm, containers, data-default, deepseq, directory
|
, cmark-gfm, containers, data-default, deepseq, directory
|
||||||
, directory-tree, filepath, fmt, Glob, hspec, hspec-discover
|
, directory-tree, file-embed, filepath, fmt, Glob, hspec
|
||||||
, http-client, http-types, lens, modern-uri, mtl, o-clock
|
, hspec-discover, http-client, http-types, HUnit, lens, modern-uri
|
||||||
, optparse-applicative, pretty-terminal, QuickCheck, req
|
, mtl, o-clock, optparse-applicative, pretty-terminal, QuickCheck
|
||||||
, roman-numerals, template-haskell, text, text-metrics
|
, regex-tdfa, req, roman-numerals, template-haskell, text
|
||||||
, th-lift-instances, th-utilities, universum, with-utf8, yaml
|
, text-metrics, th-lift-instances, th-utilities, transformers
|
||||||
|
, universum, with-utf8, yaml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "xrefcheck";
|
pname = "xrefcheck";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
sha256 = "0m3cya6rfx7ypq4sp172z9fnnl6n11v98f6bj003phrapl6s0vnn";
|
sha256 = "0v7ylf21kky36shq1l33mlcsg2iihqwqx7bxyjlmhndp9hi0dr8l";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-options async base bytestring cmark-gfm containers
|
aeson aeson-casing async base bytestring cmark-gfm containers
|
||||||
data-default deepseq directory directory-tree filepath fmt Glob
|
data-default deepseq directory directory-tree file-embed filepath
|
||||||
http-client http-types lens modern-uri mtl o-clock
|
fmt Glob http-client http-types HUnit lens modern-uri mtl o-clock
|
||||||
optparse-applicative pretty-terminal req roman-numerals
|
optparse-applicative pretty-terminal regex-tdfa req roman-numerals
|
||||||
template-haskell text text-metrics th-lift-instances th-utilities
|
template-haskell text text-metrics th-lift-instances th-utilities
|
||||||
universum with-utf8 yaml
|
transformers universum with-utf8 yaml
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson aeson-options async base bytestring cmark-gfm containers
|
aeson aeson-casing async base bytestring cmark-gfm containers
|
||||||
data-default deepseq directory directory-tree filepath fmt Glob
|
data-default deepseq directory directory-tree file-embed filepath
|
||||||
http-client http-types lens modern-uri mtl o-clock
|
fmt Glob http-client http-types HUnit lens modern-uri mtl o-clock
|
||||||
optparse-applicative pretty-terminal req roman-numerals
|
optparse-applicative pretty-terminal regex-tdfa req roman-numerals
|
||||||
template-haskell text text-metrics th-lift-instances th-utilities
|
template-haskell text text-metrics th-lift-instances th-utilities
|
||||||
universum with-utf8 yaml
|
transformers universum with-utf8 yaml
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson aeson-options async base bytestring cmark-gfm containers
|
aeson aeson-casing async base bytestring cmark-gfm containers
|
||||||
data-default deepseq directory directory-tree filepath fmt Glob
|
data-default deepseq directory directory-tree file-embed filepath
|
||||||
hspec http-client http-types lens modern-uri mtl o-clock
|
fmt Glob hspec http-client http-types HUnit lens modern-uri mtl
|
||||||
optparse-applicative pretty-terminal QuickCheck req roman-numerals
|
o-clock optparse-applicative pretty-terminal QuickCheck regex-tdfa
|
||||||
template-haskell text text-metrics th-lift-instances th-utilities
|
req roman-numerals template-haskell text text-metrics
|
||||||
universum with-utf8 yaml
|
th-lift-instances th-utilities transformers universum with-utf8
|
||||||
|
yaml
|
||||||
];
|
];
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
license = lib.licenses.mpl20;
|
license = lib.licenses.mpl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user