hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
fd3fefef13
.
This commit is contained in:
parent
c22b136ab5
commit
ff44477e2d
@ -87712,8 +87712,8 @@ self: {
|
||||
({ mkDerivation, base, containers, fgl, mtl, transformers }:
|
||||
mkDerivation {
|
||||
pname = "exploring-interpreters";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1q2i68isdyc1fmxz9hcrjy8k3z8ji6xb2xrn4pc3wn0mrlnj1dka";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0h39si80s4q4n6599qj95z19jy3yc0101pphm4apvalm6wmppgpz";
|
||||
libraryHaskellDepends = [ base containers fgl mtl transformers ];
|
||||
description = "A generic exploring interpreter for exploratory programming";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -124400,17 +124400,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"heaps" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "heaps";
|
||||
version = "0.3.6.1";
|
||||
sha256 = "0vg39qm8g69n10ys9v9knnaq5dqdjndj6ffy0xb78bwrr3rm5mci";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Asymptotically optimal Brodal/Okasaki heaps";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"heaps_0_4" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "heaps";
|
||||
@ -124419,7 +124408,6 @@ self: {
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Asymptotically optimal Brodal/Okasaki heaps";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"heapsize" = callPackage
|
||||
@ -198541,34 +198529,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"persistent" = 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
|
||||
, resourcet, scientific, shakespeare, silently, text, time
|
||||
, transformers, unliftio, unliftio-core, unordered-containers
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent";
|
||||
version = "2.11.0.2";
|
||||
sha256 = "09dvwh9hdc50zr6yvbzp8a9n70yjqwa2kzvjm80l9m34p29v8kkc";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||
conduit containers fast-logger http-api-data monad-logger mtl
|
||||
path-pieces resource-pool resourcet scientific silently text time
|
||||
transformers unliftio unliftio-core unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||
containers hspec http-api-data path-pieces scientific shakespeare
|
||||
text time transformers unordered-containers vector
|
||||
];
|
||||
description = "Type-safe, multi-backend data serialization";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ psibi ];
|
||||
}) {};
|
||||
|
||||
"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
|
||||
@ -198593,7 +198553,6 @@ self: {
|
||||
];
|
||||
description = "Type-safe, multi-backend data serialization";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ psibi ];
|
||||
}) {};
|
||||
|
||||
@ -238758,18 +238717,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"slist" = callPackage
|
||||
({ mkDerivation, base, doctest, Glob }:
|
||||
mkDerivation {
|
||||
pname = "slist";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "046v580i8kxx9fpsvavwpydyfsffky3m735c45dafixrkbhjz55d";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base doctest Glob ];
|
||||
description = "Sized list";
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"slist_0_2_0_0" = callPackage
|
||||
({ mkDerivation, base, containers, doctest, Glob, hedgehog, hspec
|
||||
, hspec-hedgehog
|
||||
}:
|
||||
@ -238783,7 +238730,6 @@ self: {
|
||||
];
|
||||
description = "Sized list";
|
||||
license = lib.licenses.mpl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sloane" = callPackage
|
||||
@ -254088,17 +254034,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"tasty-bench" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, tasty }:
|
||||
mkDerivation {
|
||||
pname = "tasty-bench";
|
||||
version = "0.2.2";
|
||||
sha256 = "0x6kg8n778nysv3b7j31bnh62h5srid35nhmvr76bzba4qdgx258";
|
||||
libraryHaskellDepends = [ base containers deepseq tasty ];
|
||||
description = "Featherlight benchmark framework";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"tasty-bench_0_2_3" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, tasty }:
|
||||
mkDerivation {
|
||||
pname = "tasty-bench";
|
||||
@ -254107,7 +254042,6 @@ self: {
|
||||
libraryHaskellDepends = [ base containers deepseq tasty ];
|
||||
description = "Featherlight benchmark framework";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tasty-dejafu" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user