Skip to content

Commit

Permalink
regenerate aws.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Nov 15, 2014
1 parent 6b9c070 commit 4688b9c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions aws.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
, blazeBuilder, byteable, caseInsensitive, cereal, conduit
, conduitExtra, cryptohash, dataDefault, errors, filepath
, httpConduit, httpTypes, liftedBase, monadControl, mtl, network
, QuickCheck, quickcheckInstances, resourcet, safe, scientific
, tagged, tasty, tastyQuickcheck, text, time, transformers
, unorderedContainers, utf8String, vector, xmlConduit
, httpClient, httpConduit, httpTypes, liftedBase, monadControl, mtl
, network, QuickCheck, quickcheckInstances, resourcet, safe
, scientific, tagged, tasty, tastyQuickcheck, text, time
, transformers, transformersBase, unorderedContainers, utf8String
, vector, xmlConduit
}:

cabal.mkDerivation (self: {
pname = "aws";
version = "0.10.3";
version = "0.10.5";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand All @@ -21,8 +22,9 @@ cabal.mkDerivation (self: {
unorderedContainers utf8String vector xmlConduit
];
testDepends = [
aeson errors mtl QuickCheck quickcheckInstances tagged tasty
tastyQuickcheck text transformers
aeson errors httpClient liftedBase monadControl mtl QuickCheck
quickcheckInstances resourcet tagged tasty tastyQuickcheck text
time transformers transformersBase
];
meta = {
homepage = "http://github.com/aristidb/aws";
Expand Down

0 comments on commit 4688b9c

Please sign in to comment.