hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
007086bd5b
.
This commit is contained in:
parent
e6195f704f
commit
2d098f7ef6
176
pkgs/development/haskell-modules/hackage-packages.nix
generated
176
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -15009,14 +15009,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"QuickCheck_2_12_5" = callPackage
|
||||
"QuickCheck_2_12_6_1" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, erf, process, random
|
||||
, template-haskell, tf-random, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "QuickCheck";
|
||||
version = "2.12.5";
|
||||
sha256 = "1nnxhm7f7j3s5wbyryra24vc3x11701qkj0kmassgk7kv4vlcy27";
|
||||
version = "2.12.6.1";
|
||||
sha256 = "0w51zbbvh46g3wllqfmx251xzbnddy94ixgm6rf8gd95qvssfahb";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq erf random template-haskell tf-random
|
||||
transformers
|
||||
@ -21005,11 +21005,11 @@ self: {
|
||||
({ mkDerivation, base, hspec }:
|
||||
mkDerivation {
|
||||
pname = "acme-smuggler";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1ivajii0gji1inc9qmli3ri3kyzcxyw90m469gs7a16kbprcs3kl";
|
||||
version = "1.1.1.0";
|
||||
sha256 = "0w4m213dcn07hxbnmkbrg2xgfdv9hlfz72ax9pcinswc10zwph1q";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "Smuggle arbitrary values in ()";
|
||||
description = "Smuggle arbitrary values in arbitrary types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -22909,14 +22909,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"alarmclock_0_6_0_1" = callPackage
|
||||
"alarmclock_0_6_0_2" = callPackage
|
||||
({ mkDerivation, async, base, clock, hspec, stm, time
|
||||
, unbounded-delays
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "alarmclock";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "18yha98skjkvwzc1g47kh8wbsflp3i1bzgx59cq4p649gw3rlzdm";
|
||||
version = "0.6.0.2";
|
||||
sha256 = "1zhq3sx6x54v7cjzmjvcs7pzqyql3x4vk3b5n4x7xhgxs54xdasc";
|
||||
libraryHaskellDepends = [
|
||||
async base clock stm time unbounded-delays
|
||||
];
|
||||
@ -27342,8 +27342,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "apecs";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "1k1190i83xwsgc1jd6mz4xjbq1j12vdizzw3cp2f652zvg9h09s3";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "1251i3nz2ipg21qyys34ilxi1bnchf4a2v4571l54kaysk8p8lhi";
|
||||
libraryHaskellDepends = [
|
||||
base containers mtl template-haskell vector
|
||||
];
|
||||
@ -31207,8 +31207,8 @@ self: {
|
||||
pname = "avers";
|
||||
version = "0.0.17.1";
|
||||
sha256 = "1x96fvx0z7z75c39qcggw70qvqnw7kzjf0qqxb3jwg3b0fmdhi8v";
|
||||
revision = "24";
|
||||
editedCabalFile = "02n8p020d3p52ddsh38w5ih9kmx7qlp7axvxanli945fybjb2m5b";
|
||||
revision = "25";
|
||||
editedCabalFile = "11igp1sw7snsjcrw865rrcp1k14828yj5z9q9kdmn09f0hdl57rb";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring clock containers cryptonite
|
||||
filepath inflections memory MonadRandom mtl network network-uri
|
||||
@ -32693,6 +32693,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bank-holidays-england_0_1_0_8" = callPackage
|
||||
({ mkDerivation, base, containers, hspec, QuickCheck, time }:
|
||||
mkDerivation {
|
||||
pname = "bank-holidays-england";
|
||||
version = "0.1.0.8";
|
||||
sha256 = "0ak7m4xaymbh3cyhddj45p0pcazf79lnp63wvh4kh2f4fwh4f69j";
|
||||
libraryHaskellDepends = [ base containers time ];
|
||||
testHaskellDepends = [ base containers hspec QuickCheck time ];
|
||||
description = "Calculation of bank holidays in England and Wales";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"banwords" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, data-default, HUnit
|
||||
, test-framework, test-framework-hunit, text, vector
|
||||
@ -39296,6 +39309,8 @@ self: {
|
||||
pname = "broadcast-chan";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0kbs3yz53x7117fykapy70qlmaxkj9zr5r4n9wf126n4g0i6gcpf";
|
||||
revision = "2";
|
||||
editedCabalFile = "1vvs1m5n6lflmp8hdxksxa4ibllfx609y791wg21lvyz5m208hp9";
|
||||
libraryHaskellDepends = [ base unliftio-core ];
|
||||
benchmarkHaskellDepends = [ async base criterion deepseq stm ];
|
||||
description = "Closable, fair, single-wakeup channel type that avoids 0 reader space leaks";
|
||||
@ -41515,6 +41530,8 @@ self: {
|
||||
pname = "cabal-lenses";
|
||||
version = "0.8.0";
|
||||
sha256 = "1xz28mj98qfqra4kb7lwjkwa5ail0pn1fvia916wp6005mgvsh60";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ij976phgmx7y7v9kbbwqqfkm8vnrggh1qry6wsbbq7f6qb0c0dq";
|
||||
libraryHaskellDepends = [
|
||||
base Cabal lens strict system-fileio system-filepath text
|
||||
transformers unordered-containers
|
||||
@ -56106,8 +56123,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cublas";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0fk0yrm6arb85xxy7vr2bnkxgwassahfcl8lf9k99s9f9wqc9glr";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0s47wrmlb35dpym4dz3688qx8m166i2a9d8pqnfdzxy67zv98g1f";
|
||||
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
||||
libraryHaskellDepends = [
|
||||
base cuda half storable-complex template-haskell
|
||||
@ -56133,17 +56150,17 @@ self: {
|
||||
|
||||
"cuda" = callPackage
|
||||
({ mkDerivation, base, bytestring, c2hs, Cabal, directory, filepath
|
||||
, pretty, template-haskell
|
||||
, pretty, template-haskell, uuid-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cuda";
|
||||
version = "0.9.0.3";
|
||||
sha256 = "0ym5j3rllxyl9zqji47pngwbi032hzm0bv5j06756d5cb769k44q";
|
||||
version = "0.10.0.0";
|
||||
sha256 = "17l482fnackx4081mxax0dx0bsaqbbg4rxy4zmi5iv5q6f6v37x7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal directory filepath ];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring filepath template-haskell
|
||||
base bytestring filepath template-haskell uuid-types
|
||||
];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
executableHaskellDepends = [ base pretty ];
|
||||
@ -56221,8 +56238,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cufft";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "1is6vk0nhvchi0n7d1kpy4vydf82lsb52pq4hqffiawlp0vp5scv";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "1cf11ia4i19bpbs0wzkz2hqzc22hh2dvbn8m5frnwild83zal4n3";
|
||||
setupHaskellDepends = [
|
||||
base Cabal cuda directory filepath template-haskell
|
||||
];
|
||||
@ -56507,15 +56524,15 @@ self: {
|
||||
|
||||
"cusolver" = callPackage
|
||||
({ mkDerivation, base, c2hs, Cabal, cublas, cuda, cusparse
|
||||
, directory, filepath, half, storable-complex
|
||||
, directory, filepath, half, storable-complex, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cusolver";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1wjwdhy51pzvhvr50v7b1s9ljgk001wp9qlmwkkjih0csk79047k";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0v30wm32jcz7jy940y26zcqvjy1058bqf0v44xf73v53dlwkd07a";
|
||||
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
||||
libraryHaskellDepends = [
|
||||
base cublas cuda cusparse half storable-complex
|
||||
base cublas cuda cusparse half storable-complex template-haskell
|
||||
];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
description = "FFI bindings to CUDA Solver, a LAPACK-like library";
|
||||
@ -56529,8 +56546,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cusparse";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1fsldpi4bglh875fc9blki3mlz14dal2j37651br1l587ky1v55w";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1y6qnxfdcw3ik3mjp4410846pq1l628d02bdasll1xd4r4r87vh6";
|
||||
setupHaskellDepends = [ base Cabal cuda directory filepath ];
|
||||
libraryHaskellDepends = [ base cuda half storable-complex ];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
@ -60456,8 +60473,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "deferred-folds";
|
||||
version = "0.9.7.1";
|
||||
sha256 = "1mnibf7k40p8y8iqfd28q51nmdz5l3lpmillma2lzbysw24xr6qk";
|
||||
version = "0.9.8";
|
||||
sha256 = "0lrp0dzg6ihm1if2qq6i1dmrwfpnwvyr45yrc8ans0ar9jnrgrn3";
|
||||
revision = "1";
|
||||
editedCabalFile = "08pnfyy4vfwmvyma0h0jwil7p27y5bz9wzihy3kcc6283v9hkh52";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers foldl hashable primitive transformers
|
||||
unordered-containers vector
|
||||
@ -65054,10 +65073,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "do-notation-dsl";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0m854jzn9d01d6qkf7r0pq987fhnjall7bpz5z21nv8xzpzqjnqh";
|
||||
revision = "1";
|
||||
editedCabalFile = "1wsvia13ll0jkwdgnyhm9zv98hsc5fmgk46rblprkgqmw6f6y3g2";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1q81hl8z4p2mqzijg69znf5cycv27phrrdd9f934brsv8fyvsbzx";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [
|
||||
base containers doctest doctest-discover temporary
|
||||
@ -71729,6 +71746,8 @@ self: {
|
||||
pname = "exception-transformers";
|
||||
version = "0.4.0.7";
|
||||
sha256 = "1vzjy6mz6y9jacpwq2bax86nwzq9mk4b9y3r3r98l50r7pmn2nwj";
|
||||
revision = "1";
|
||||
editedCabalFile = "0sahi93f75acvmqagkjc1lcwx31crja6z9hyww9abj85x45pqa6f";
|
||||
libraryHaskellDepends = [
|
||||
base stm transformers transformers-compat
|
||||
];
|
||||
@ -72063,8 +72082,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "exit-codes";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0v8z5wkhyavd7zzcfbjm229mbgp1xcjbz9mvcxnjikcljn5xi181";
|
||||
version = "1.0.0";
|
||||
sha256 = "00cyli96zkyqhjr3lqzrislqyk72xwm2dcqvjagklidh32d4k8ja";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Exit codes as defined by BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -115930,8 +115949,8 @@ self: {
|
||||
pname = "hw-json";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "1na1xcgnnig27cv1v773jr7mv5izv8n1dnf6k3irw9rml3l213mv";
|
||||
revision = "1";
|
||||
editedCabalFile = "18w22jnsjv8f4k2q3548vdzl80p4r80pn96rnp69f6l36ibmx771";
|
||||
revision = "2";
|
||||
editedCabalFile = "0ygq95nx4sb70l5kfxlsj6rf2b3ry84ixby567n0jk1g0zks3z7s";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -119549,8 +119568,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "indexation";
|
||||
version = "0.6.4";
|
||||
sha256 = "1lm5ahr57lhwnfvz7kawl211chs4wjkykyicrrg748g4f03sm5a2";
|
||||
version = "0.6.4.1";
|
||||
sha256 = "04xywlx0xngbycc77x14nfvjb8z0q7mmyab75l8z223fj1fh3c21";
|
||||
libraryHaskellDepends = [
|
||||
base bitvec bytestring cereal cereal-vector contravariant deepseq
|
||||
deferred-folds dense-int-set focus foldl hashable list-t mmorph
|
||||
@ -133902,6 +133921,8 @@ self: {
|
||||
pname = "llvm-extra";
|
||||
version = "0.7.3";
|
||||
sha256 = "12h3c86i8hps26rgy1s8m7rpmp7v6sms7m3bnq7l22qca7dny58a";
|
||||
revision = "1";
|
||||
editedCabalFile = "1zsmfzhlcxcn24z3k21lkk3wmb6rw1mnsky2q85kj6xam92lyn73";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -134714,8 +134735,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "log-effect";
|
||||
version = "1.1.0";
|
||||
sha256 = "1x3mj0gcpclv9by51rd1bi1ccaas0cy8yv1g6i08r64hj8jyhlk3";
|
||||
version = "1.1.1";
|
||||
sha256 = "10fd3xnkybca8pi7nw2hq1ggk5g89z8b2ml3avqi1x91chqdqi85";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring extensible-effects monad-control text
|
||||
transformers-base
|
||||
@ -144679,6 +144700,46 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"moto" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
|
||||
, cryptohash-sha1, df1, di, di-core, di-df1, directory, filepath
|
||||
, mtl, optparse-applicative, pipes, pipes-attoparsec
|
||||
, pipes-bytestring, random, safe-exceptions, tasty, tasty-hunit
|
||||
, tasty-quickcheck, text, time, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "moto";
|
||||
version = "0.0.3";
|
||||
sha256 = "1grvw5dlg6gjf83rhz45hnh73p74v85kmyn9yfi2gwbxcs7fsmvx";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring containers cryptohash-sha1 df1
|
||||
di-core di-df1 directory filepath mtl optparse-applicative pipes
|
||||
pipes-attoparsec pipes-bytestring safe-exceptions text time
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers di di-core directory filepath random
|
||||
safe-exceptions tasty tasty-hunit tasty-quickcheck text time
|
||||
];
|
||||
description = "General purpose migrations library";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"moto-postgresql" = callPackage
|
||||
({ mkDerivation, base, bytestring, moto, postgresql-simple
|
||||
, safe-exceptions
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "moto-postgresql";
|
||||
version = "0.0.1";
|
||||
sha256 = "0z5kxphsgywmnv33lf95by9gxlgr6i8y8lq7sqy495f87b1jv62d";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring moto postgresql-simple safe-exceptions
|
||||
];
|
||||
description = "PostgreSQL-based migrations registry for moto";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"motor" = callPackage
|
||||
({ mkDerivation, base, indexed, indexed-extras, reflection
|
||||
, row-types, template-haskell
|
||||
@ -145967,8 +146028,8 @@ self: {
|
||||
pname = "multistate";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "0sax983yjzcbailza3fpjjszg4vn0wb11wjr11jskk22lccbagq1";
|
||||
revision = "2";
|
||||
editedCabalFile = "1dp52gacm8ql3g7xvb1dzp3migwpz2kcnz8pafbf7rs1lmccj1zf";
|
||||
revision = "3";
|
||||
editedCabalFile = "0gi4l3765jgsvhr6jj2q1l7v6188kg2xw4zwcaarq3hcg1ncaakw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -152060,8 +152121,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nvvm";
|
||||
version = "0.8.0.3";
|
||||
sha256 = "1kwmgl1bp0mlv4bdnjl6m1v34k68pgg6z00z3i7x3wfjff8gd5sr";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "00ggaycs5z2b617kgjv851ahrakd4v8w374qbym19r1ccrxkdhhb";
|
||||
setupHaskellDepends = [
|
||||
base Cabal cuda directory filepath template-haskell
|
||||
];
|
||||
@ -177120,6 +177181,8 @@ self: {
|
||||
pname = "rest-types";
|
||||
version = "1.14.1.2";
|
||||
sha256 = "0cjxnb4zvj7iafgy9h4wq8817wkm1mvas45xcb9346kwd3yqgvmy";
|
||||
revision = "1";
|
||||
editedCabalFile = "06wjl45ravvw4vjwpl15r6qdpj3va7hpsk04z1bh8xh1by0r2yhz";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base-compat case-insensitive generic-aeson
|
||||
generic-xmlpickler hxt json-schema rest-stringmap text uuid
|
||||
@ -188548,8 +188611,8 @@ self: {
|
||||
({ mkDerivation, base, directory, filepath, process }:
|
||||
mkDerivation {
|
||||
pname = "simple-cmd";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1d9jaar1in01rwg6if6x9p2hacsdd6k6ygkrza9sbklnr4872msl";
|
||||
version = "0.1.1";
|
||||
sha256 = "0y9ga7m3zykrmgfzys6g7k1z79spp2319ln4sayw8i0abpwh63m9";
|
||||
libraryHaskellDepends = [ base directory filepath process ];
|
||||
description = "Simple String-based process commands";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -197438,15 +197501,15 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stratosphere_0_26_0" = callPackage
|
||||
"stratosphere_0_26_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||
, hashable, hspec, hspec-discover, lens, template-haskell, text
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stratosphere";
|
||||
version = "0.26.0";
|
||||
sha256 = "126fhymf1n96z40lima2kyh2sm68v63f1b7agmdpp6ihjd96xy0i";
|
||||
version = "0.26.1";
|
||||
sha256 = "0npmnj71gaf61gcxi772h4sgsz68j5jk7v5z3bjc120z7vc1a22v";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -198277,6 +198340,8 @@ self: {
|
||||
pname = "strict-concurrency";
|
||||
version = "0.2.4.2";
|
||||
sha256 = "0vzqhd0sqcs2ci3zw7rm3ydmc9brl2sdc8k3jq47kd9l878xanmz";
|
||||
revision = "1";
|
||||
editedCabalFile = "12m1jbf01d4k7w1wiqcpdsbhlxi6ssbz9nx0ax2mrjjq2l0011ny";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
description = "Strict concurrency abstractions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -199473,6 +199538,8 @@ self: {
|
||||
pname = "summoner";
|
||||
version = "1.0.6";
|
||||
sha256 = "0sb877846l34qp2cjl7gayb517fi5igf9vcmksryasnjxlbhs7vx";
|
||||
revision = "1";
|
||||
editedCabalFile = "08rzxxxfzf5dip9va8wjqgmar5rlmm0fx3wj3vlx0i6rwqq24maz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -218171,15 +218238,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"vector-extras" = callPackage
|
||||
({ mkDerivation, base, containers, deferred-folds, hashable
|
||||
({ mkDerivation, base, containers, deferred-folds, foldl, hashable
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-extras";
|
||||
version = "0.2";
|
||||
sha256 = "0c0wq7ymjhfhxdwkgjd7iwp4vb22495ajrv2ddq6iihc4svakzlw";
|
||||
version = "0.2.1";
|
||||
sha256 = "1s9syai0bfdmwzj5r9snxi5plfl2bwnjyyh8dd2w7jmgdy0pkbiz";
|
||||
libraryHaskellDepends = [
|
||||
base containers deferred-folds hashable unordered-containers vector
|
||||
base containers deferred-folds foldl hashable unordered-containers
|
||||
vector
|
||||
];
|
||||
description = "Utilities for the \"vector\" library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user