hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
2078daab9a
.
This commit is contained in:
parent
8f37665569
commit
0c9feb9733
@ -136349,6 +136349,32 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"http-api-data_0_4_2" = callPackage
|
||||
({ mkDerivation, attoparsec, attoparsec-iso8601, base, base-compat
|
||||
, bytestring, containers, cookie, hashable, hspec, hspec-discover
|
||||
, http-types, HUnit, nats, QuickCheck, quickcheck-instances, tagged
|
||||
, text, time-compat, transformers, unordered-containers, uuid-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-api-data";
|
||||
version = "0.4.2";
|
||||
sha256 = "0xzfvxxh33ivlnrnzmm19cni3jgb5ph18n9hykkw3d6l3rhwzcnl";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec attoparsec-iso8601 base base-compat bytestring
|
||||
containers cookie hashable http-types tagged text time-compat
|
||||
transformers unordered-containers uuid-types
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat bytestring cookie hspec HUnit nats QuickCheck
|
||||
quickcheck-instances text time-compat unordered-containers
|
||||
uuid-types
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Converting to/from HTTP API data like URL pieces, headers and query parameters";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-attoparsec" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, http-types }:
|
||||
mkDerivation {
|
||||
|
Loading…
x
Reference in New Issue
Block a user