diff options
Diffstat (limited to 'dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch')
-rw-r--r-- | dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch b/dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch new file mode 100644 index 000000000000..4d2db5d35a5f --- /dev/null +++ b/dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch @@ -0,0 +1,20 @@ +--- aws-0.11.3-orig/aws.cabal 2015-03-24 05:26:53.000000000 +1100 ++++ aws-0.11.3/aws.cabal 2015-04-04 10:18:21.057164803 +1100 +@@ -126,7 +126,7 @@ + cryptohash >= 0.11 && < 0.12, + data-default >= 0.5.3 && < 0.6, + directory >= 1.0 && < 1.3, +- filepath >= 1.1 && < 1.4, ++ filepath >= 1.1 && < 1.5, + http-conduit >= 2.1 && < 2.2, + http-types >= 0.7 && < 0.9, + lifted-base >= 0.1 && < 0.3, +--- aws-0.11.3-orig/Examples/DynamoDb.hs 2015-03-24 05:26:53.000000000 +1100 ++++ aws-0.11.3/Examples/DynamoDb.hs 2015-04-04 10:18:43.712140567 +1100 +@@ -1,5 +1,6 @@ + {-# LANGUAGE OverloadedStrings #-} + {-# LANGUAGE ScopedTypeVariables #-} ++{-# LANGUAGE FlexibleContexts #-} + + module Main where + |