hackage-packages.nix: update to 6ccfe7a320
with hackage2nix revision d339b0fe58a504a61db589362b73992a5912304e
This commit is contained in:
parent
8dbd385e1c
commit
8e48f09284
|
@ -22244,7 +22244,9 @@ self: {
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "aws-kinesis-client";
|
pname = "aws-kinesis-client";
|
||||||
version = "0.4.0.2";
|
version = "0.4.0.2";
|
||||||
|
revision = "1";
|
||||||
sha256 = "1vygs2qdnwjw8pygbsncc22cq9294hmlbzi2fysi3agva2qxzmwx";
|
sha256 = "1vygs2qdnwjw8pygbsncc22cq9294hmlbzi2fysi3agva2qxzmwx";
|
||||||
|
editedCabalFile = "4bd055f19f3ced5d6f52eec169220d7c5159cfa521128a3118aedecc9c3ad2f3";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -22255,6 +22257,7 @@ self: {
|
||||||
monad-control mtl nats optparse-applicative random resourcet stm
|
monad-control mtl nats optparse-applicative random resourcet stm
|
||||||
stm-chans stm-queue-extras text transformers unordered-containers
|
stm-chans stm-queue-extras text transformers unordered-containers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
description = "A producer & consumer client library for AWS Kinesis";
|
description = "A producer & consumer client library for AWS Kinesis";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
}) {};
|
}) {};
|
||||||
|
@ -59150,8 +59153,12 @@ self: {
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hashids";
|
pname = "hashids";
|
||||||
version = "1.0.2";
|
version = "1.0.2";
|
||||||
|
revision = "3";
|
||||||
sha256 = "07qrsabhb825jhdbc4ka35ss7ci07avgvi8jsr69r17bnp87wnma";
|
sha256 = "07qrsabhb825jhdbc4ka35ss7ci07avgvi8jsr69r17bnp87wnma";
|
||||||
|
editedCabalFile = "58394f52df9a7e4427962fe1e59eb21cb751b3af58f997453f2b2f34cb9271dc";
|
||||||
buildDepends = [ base bytestring containers split ];
|
buildDepends = [ base bytestring containers split ];
|
||||||
|
homepage = "http://hashids.org/";
|
||||||
|
description = "Hashids generates short, unique, non-sequential ids from numbers";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
@ -126956,15 +126963,15 @@ self: {
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"uri-bytestring" = callPackage
|
"uri-bytestring" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bytestring, derive, HUnit, lens
|
({ mkDerivation, attoparsec, base, blaze-builder, bytestring
|
||||||
, QuickCheck, quickcheck-instances, tasty, tasty-hunit
|
, derive, HUnit, lens, QuickCheck, quickcheck-instances, tasty
|
||||||
, tasty-quickcheck
|
, tasty-hunit, tasty-quickcheck
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "uri-bytestring";
|
pname = "uri-bytestring";
|
||||||
version = "0.1";
|
version = "0.1.1";
|
||||||
sha256 = "16fvijiaqnrlw8hhv96cnp0qh5sq3bhixihw0k73i6j7wp1wp9i1";
|
sha256 = "19nqdv61bsp470m94vq9cdpcyw1q9rwfplmpj09dd5pkmp7f6m8s";
|
||||||
buildDepends = [ attoparsec base bytestring ];
|
buildDepends = [ attoparsec base blaze-builder bytestring ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec base bytestring derive HUnit lens QuickCheck
|
attoparsec base bytestring derive HUnit lens QuickCheck
|
||||||
quickcheck-instances tasty tasty-hunit tasty-quickcheck
|
quickcheck-instances tasty tasty-hunit tasty-quickcheck
|
||||||
|
@ -132059,7 +132066,6 @@ self: {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "wxHaskell";
|
description = "wxHaskell";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"wxAsteroids" = callPackage
|
"wxAsteroids" = callPackage
|
||||||
|
|
Loading…
Reference in New Issue