summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-19 15:33:58 +0200
committerPeter Simons <simons@cryp.to>2014-08-19 23:47:58 +0200
commit66eeadf8b4dbf569effd1958e828a3a13c8480cc (patch)
tree364df587f00a8a92c3138a6d40bfbea868a2c83d /pkgs/development
parent8f68ec2bf2b83b3bea725961c383135171ee2fde (diff)
downloadnixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.tar
nixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.tar.gz
nixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.tar.bz2
nixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.tar.lz
nixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.tar.xz
nixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.tar.zst
nixpkgs-66eeadf8b4dbf569effd1958e828a3a13c8480cc.zip
haskell-aws: update to version 0.10.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/aws/default.nix30
1 files changed, 18 insertions, 12 deletions
diff --git a/pkgs/development/libraries/haskell/aws/default.nix b/pkgs/development/libraries/haskell/aws/default.nix
index 139e9e2b27e..8ba55efce05 100644
--- a/pkgs/development/libraries/haskell/aws/default.nix
+++ b/pkgs/development/libraries/haskell/aws/default.nix
@@ -1,24 +1,30 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, aeson, base16Bytestring, base64Bytestring, blazeBuilder
-, byteable, caseInsensitive, cereal, conduit, conduitExtra
-, cryptohash, dataDefault, filepath, httpConduit, httpTypes
-, liftedBase, monadControl, mtl, network, resourcet, text, time
-, transformers, unorderedContainers, utf8String, vector, xmlConduit
+{ 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
 }:
 
 cabal.mkDerivation (self: {
   pname = "aws";
-  version = "0.9.3";
-  sha256 = "11g8i6kfq7n1v5nvj8bkhrgsiyzfz0vwk4lh8sljnfd5pyjawx7h";
+  version = "0.10.2";
+  sha256 = "15yr06z54wxnl37a94515ajlxrb7z9kii5dd0ssan32izh4nfrl2";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    aeson base16Bytestring base64Bytestring blazeBuilder byteable
-    caseInsensitive cereal conduit conduitExtra cryptohash dataDefault
-    filepath httpConduit httpTypes liftedBase monadControl mtl network
-    resourcet text time transformers unorderedContainers utf8String
-    vector xmlConduit
+    aeson attoparsec base16Bytestring base64Bytestring blazeBuilder
+    byteable caseInsensitive cereal conduit conduitExtra cryptohash
+    dataDefault filepath httpConduit httpTypes liftedBase monadControl
+    mtl network resourcet safe scientific tagged text time transformers
+    unorderedContainers utf8String vector xmlConduit
+  ];
+  testDepends = [
+    aeson errors mtl QuickCheck quickcheckInstances tagged tasty
+    tastyQuickcheck text transformers
   ];
   meta = {
     homepage = "http://github.com/aristidb/aws";