From ab4b8b21ab0a063ee7e2b576250bd50da7f6604c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Aug 2014 18:55:45 +0300 Subject: [PATCH] aws patch for conduit 1.2 --- patching/patches/aws-0.10.3.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patching/patches/aws-0.10.3.patch diff --git a/patching/patches/aws-0.10.3.patch b/patching/patches/aws-0.10.3.patch new file mode 100644 index 00000000..1db0ac5d --- /dev/null +++ b/patching/patches/aws-0.10.3.patch @@ -0,0 +1,12 @@ +diff -ruN orig/aws.cabal new/aws.cabal +--- orig/aws.cabal 2014-08-27 18:53:03.893146895 +0300 ++++ new/aws.cabal 2014-08-27 18:53:03.000000000 +0300 +@@ -118,7 +118,7 @@ + bytestring >= 0.9 && < 0.11, + case-insensitive >= 0.2 && < 1.3, + cereal >= 0.3 && < 0.5, +- conduit >= 1.1 && < 1.2, ++ conduit >= 1.1 && < 1.3, + conduit-extra >= 1.1 && < 1.2, + containers >= 0.4, + cryptohash >= 0.11 && < 0.12,