summaryrefslogtreecommitdiff
blob: 4d2db5d35a5f37e618151dfdd7c939cfc4d2ab04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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