From b9dfbd45f04b9b64bb206c896b811e1ebcdc7ef2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Apr 2014 13:40:59 +0300 Subject: [PATCH] aws patch --- patching/patches/aws-0.8.5.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patching/patches/aws-0.8.5.patch diff --git a/patching/patches/aws-0.8.5.patch b/patching/patches/aws-0.8.5.patch new file mode 100644 index 00000000..c81b96d1 --- /dev/null +++ b/patching/patches/aws-0.8.5.patch @@ -0,0 +1,14 @@ +diff -ru orig/aws.cabal new/aws.cabal +--- orig/aws.cabal 2014-04-02 13:40:50.015820737 +0300 ++++ new/aws.cabal 2014-04-02 13:40:49.000000000 +0300 +@@ -130,7 +130,9 @@ + unordered-containers >= 0.2, + utf8-string == 0.3.*, + vector >= 0.10, +- xml-conduit >= 1.1 && <1.2 ++ xml-conduit >= 1.1 && <1.2, ++ http-client < 0.3, ++ ghc-prim + + GHC-Options: -Wall +