mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
597fe9ca1c
.
This commit is contained in:
parent
58f426fd6d
commit
5f3c0fe603
@ -160242,16 +160242,14 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lens-family_2_1_0" = callPackage
|
||||
"lens-family_2_1_1" = callPackage
|
||||
({ mkDerivation, base, containers, lens-family-core, mtl
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lens-family";
|
||||
version = "2.1.0";
|
||||
sha256 = "06imgyd97zyvhd3ifq7wvfvfs10x6gsg4cw4a0y9wa0rm81960hl";
|
||||
revision = "1";
|
||||
editedCabalFile = "1i4qp6mcnj2p67jxcn53dpjssc1l7slkf3jr9cx5sndgr3qpph00";
|
||||
version = "2.1.1";
|
||||
sha256 = "1ra31r3y672nyqf7147kxws1qvksgics8pgd6fasyf1v0l3c798j";
|
||||
libraryHaskellDepends = [
|
||||
base containers lens-family-core mtl transformers
|
||||
];
|
||||
@ -210409,6 +210407,8 @@ self: {
|
||||
];
|
||||
description = "Prune unused Haskell dependencies";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"psc-ide" = callPackage
|
||||
@ -234254,6 +234254,8 @@ self: {
|
||||
];
|
||||
description = "Build rules for historical benchmarking";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"shake-bindist" = callPackage
|
||||
@ -258264,6 +258266,24 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"th-compat_0_1_2" = callPackage
|
||||
({ mkDerivation, base, base-compat, hspec, hspec-discover, mtl
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "th-compat";
|
||||
version = "0.1.2";
|
||||
sha256 = "009qc0yy5iq61kgnp9n6vdlqh8zmk4bjawcvpigccgfyk40mvi1b";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [
|
||||
base base-compat hspec mtl template-haskell
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Backward- (and forward-)compatible Quote and Code types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"th-constraint-compat" = callPackage
|
||||
({ mkDerivation, base, containers, template-haskell }:
|
||||
mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user