hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
2fedb31fe1
.
This commit is contained in:
parent
ff65b84466
commit
e62aca25dc
1 changed files with 40 additions and 13 deletions
|
@ -22068,8 +22068,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-Data";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "1q954isigmmiyp0zgqjvv16vv63cryaxh87d6p1n4dlq0i77y028";
|
||||
version = "0.8.1.0";
|
||||
sha256 = "19w5g5flsjnhjpvnmw7s8b5jg5nlpg0md99zgp3by8gjyigappc7";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive containers deepseq ghc-prim
|
||||
|
@ -57087,8 +57087,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "closed-intervals";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1k8kbqh6w7cj7qkmzvh47v9zrpf5y465lj6fzq7vk71bq0dy59vm";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "19vmiwwzv9g4nl1mzkqc7r9bw67n9y7kk3v0jc2vc8yjzrmqgy7v";
|
||||
libraryHaskellDepends = [ base containers time ];
|
||||
testHaskellDepends = [
|
||||
base containers doctest-exitcode-stdio doctest-lib QuickCheck time
|
||||
|
@ -58306,8 +58306,8 @@ self: {
|
|||
pname = "codeworld-api";
|
||||
version = "0.7.0";
|
||||
sha256 = "1l1w4mrw4b2njz4kmfvd94mlwn776vryy1y9x9cb3r69fw5qy2f3";
|
||||
revision = "3";
|
||||
editedCabalFile = "0whbjs6j4fy4jk3bc1djx1bkxpsdyms3r3rf5167x0dhxnahwcgi";
|
||||
revision = "4";
|
||||
editedCabalFile = "06qa2djbzfdwlvgbr2k8667fipyrkdvp8a1vac75fla99pdwp7yi";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring blank-canvas bytestring cereal
|
||||
cereal-text containers deepseq dependent-sum ghc-prim hashable
|
||||
|
@ -94659,8 +94659,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "forex2ledger";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0rsaw9l3653kfp3hfszdyq7xqfmr38xwvlwk7mdr7sqhqs2xxbaq";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "0v6adrl9c9vjpf4gm8x729qxq7yl84bfbiawmdpks2jzdckxvgdb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -137664,6 +137664,8 @@ self: {
|
|||
];
|
||||
description = "sendxmpp clone, sending XMPP messages via CLI";
|
||||
license = lib.licenses.agpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hsenv" = callPackage
|
||||
|
@ -161614,6 +161616,19 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"leancheck_0_9_4" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "leancheck";
|
||||
version = "0.9.4";
|
||||
sha256 = "0w17ymj7k4sr9jwp9yrgh3l94l3kgjyxxnpxwj2sdqk8fvmjpkny";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Enumerative property-based testing";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"leancheck-enum-instances" = callPackage
|
||||
({ mkDerivation, base, enum-types, leancheck }:
|
||||
mkDerivation {
|
||||
|
@ -193497,6 +193512,8 @@ self: {
|
|||
];
|
||||
description = "Jaeger backend for OpenTracing";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentracing-wai" = callPackage
|
||||
|
@ -193538,6 +193555,8 @@ self: {
|
|||
];
|
||||
description = "Zipkin V1 backend for OpenTracing";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentracing-zipkin-v2" = callPackage
|
||||
|
@ -223715,8 +223734,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "request";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0grqglh4spiibm9br8sjb18hv4kd47g5xk097gkw38rf6lp8xnmj";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "07ypsdmf227m6j8gkl29621z7grbsgr0pmk3dglx9zlrmq0zbn8j";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive http-client http-client-tls
|
||||
http-types
|
||||
|
@ -228359,6 +228378,8 @@ self: {
|
|||
testHaskellDepends = [ base containers doctest ];
|
||||
description = "Safe arithmetic operations";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"safe-plugins" = callPackage
|
||||
|
@ -234260,6 +234281,8 @@ self: {
|
|||
testHaskellDepends = [ base ];
|
||||
description = "Servant support for Server-Sent events";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"servant-examples" = callPackage
|
||||
|
@ -257019,6 +257042,8 @@ self: {
|
|||
];
|
||||
description = "Check multiple items during a tasty test";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tasty-dejafu" = callPackage
|
||||
|
@ -282472,6 +282497,8 @@ self: {
|
|||
libraryHaskellDepends = [ base binary serialise wide-word ];
|
||||
description = "Instances for wide-word";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"wigner-symbols" = callPackage
|
||||
|
@ -282866,14 +282893,14 @@ self: {
|
|||
license = lib.licenses.isc;
|
||||
}) {};
|
||||
|
||||
"witch_0_1_1_0" = callPackage
|
||||
"witch_0_2_0_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hspec
|
||||
, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "witch";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1i9c6fgmr1awcrkb01rs4rbfhmz51bnbqxc2piyvjc23pjl3x6np";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "03rnpljng4vy913zm3cxnhlq3i8d5p57661wa1cwj46hkhy7rhj7";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers template-haskell text
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue