hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
ba17676480.
This commit is contained in:
Peter Simons 2020-08-29 02:30:26 +02:00
parent 90adc4b990
commit 0efaa948e7

View File

@ -155666,8 +155666,8 @@ self: {
}:
mkDerivation {
pname = "launchdarkly-server-sdk";
version = "2.0.0";
sha256 = "0dfs9nq3vcf8w2k1x51pixb4wb47rg9nzyjgfpzx6vip296ivyf7";
version = "2.0.1";
sha256 = "19jp9809jrh3swvsji5zgbqg4qg5gayv6bj0svq00wyzaisns3dd";
libraryHaskellDepends = [
aeson attoparsec base base16-bytestring bytestring
bytestring-conversion clock containers cryptohash exceptions extra
@ -219963,6 +219963,31 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"safe-json_1_1_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, dlist
, generic-arbitrary, hashable, quickcheck-instances, scientific
, tasty, tasty-hunit, tasty-quickcheck, temporary, text, time
, unordered-containers, uuid, uuid-types, vector
}:
mkDerivation {
pname = "safe-json";
version = "1.1.1";
sha256 = "1307fm7kmls0sd2gb5zcl75rcxxy550ksaf145s54c06qjcihhjg";
libraryHaskellDepends = [
aeson base bytestring containers dlist hashable scientific tasty
tasty-hunit tasty-quickcheck text time unordered-containers
uuid-types vector
];
testHaskellDepends = [
aeson base bytestring containers dlist generic-arbitrary hashable
quickcheck-instances scientific tasty tasty-hunit tasty-quickcheck
temporary text time unordered-containers uuid uuid-types vector
];
description = "Automatic JSON format versioning";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"safe-lazy-io" = callPackage
({ mkDerivation, base, extensible-exceptions, parallel, strict-io
}: