hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
027f4bedd9
.
This commit is contained in:
parent
2a9483dd7c
commit
36559bc606
@ -85980,6 +85980,25 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"extra_1_7_6" = callPackage
|
||||||
|
({ mkDerivation, base, clock, directory, filepath, process
|
||||||
|
, QuickCheck, quickcheck-instances, time, unix
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "extra";
|
||||||
|
version = "1.7.6";
|
||||||
|
sha256 = "1mdqw88crblabxz4sg803ww6pkl5prnjnpjwh11n32y2npky5ask";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base clock directory filepath process time unix
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base directory filepath QuickCheck quickcheck-instances unix
|
||||||
|
];
|
||||||
|
description = "Extra functions I use";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"extract-dependencies" = callPackage
|
"extract-dependencies" = callPackage
|
||||||
({ mkDerivation, async, base, Cabal, containers
|
({ mkDerivation, async, base, Cabal, containers
|
||||||
, package-description-remote
|
, package-description-remote
|
||||||
@ -96563,6 +96582,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"generic-functor" = callPackage
|
||||||
|
({ mkDerivation, base }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "generic-functor";
|
||||||
|
version = "0.0.1.1";
|
||||||
|
sha256 = "0kbni1rl9r2fn33wj0lnypsk35mkxhw68ms1yjqih6kpa9wpnfa4";
|
||||||
|
libraryHaskellDepends = [ base ];
|
||||||
|
testHaskellDepends = [ base ];
|
||||||
|
description = "Deriving generalized functors with GHC.Generics";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"generic-lens" = callPackage
|
"generic-lens" = callPackage
|
||||||
({ mkDerivation, base, doctest, generic-lens-core, HUnit
|
({ mkDerivation, base, doctest, generic-lens-core, HUnit
|
||||||
, inspection-testing, lens, profunctors, text
|
, inspection-testing, lens, profunctors, text
|
||||||
@ -263638,6 +263669,29 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"url-bytes" = callPackage
|
||||||
|
({ mkDerivation, base, byteslice, bytesmith, bytestring, deepseq
|
||||||
|
, gauge, HUnit, primitive, tasty, tasty-hunit, template-haskell
|
||||||
|
, uri-bytestring, weigh
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "url-bytes";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0nbxnmz1m2icg3vvdndr4zydwr8nbgxhb70ak2jzc6d92c3vhvqi";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base byteslice bytesmith primitive template-haskell
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base byteslice HUnit primitive tasty tasty-hunit
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
base byteslice bytestring deepseq gauge primitive uri-bytestring
|
||||||
|
weigh
|
||||||
|
];
|
||||||
|
description = "Memory efficient url type and parser";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"url-decoders" = callPackage
|
"url-decoders" = callPackage
|
||||||
({ mkDerivation, base, base-prelude, binary-parser, bytestring
|
({ mkDerivation, base, base-prelude, binary-parser, bytestring
|
||||||
, criterion, http-types, QuickCheck, quickcheck-instances, rerebase
|
, criterion, http-types, QuickCheck, quickcheck-instances, rerebase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user