hackage-packages.nix: update to 6ccfe7a320 with hackage2nix revision d339b0fe58a504a61db589362b73992a5912304e

This commit is contained in:
Peter Simons 2015-05-18 19:40:01 +02:00
parent 8dbd385e1c
commit 8e48f09284
1 changed files with 13 additions and 7 deletions

View File

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