Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use tagged package in new tests for compat with older ghc
  • Loading branch information
aristidb committed Mar 31, 2016
1 parent c6f2ccf commit 9f2b58a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws.cabal
Expand Up @@ -394,4 +394,5 @@ test-suite s3-tests
resourcet,
tasty >= 0.8,
tasty-hunit >= 0.8,
text
text,
tagged >= 0.7
1 change: 1 addition & 0 deletions tests/S3/Main.hs
Expand Up @@ -24,6 +24,7 @@ import qualified Data.List as L
import Data.Monoid
import qualified Data.Text as T
import Data.Typeable
import Data.Proxy
import Network.HTTP.Client (HttpException (..),
RequestBody (..), newManager)
import Network.HTTP.Client.TLS (tlsManagerSettings)
Expand Down

0 comments on commit 9f2b58a

Please sign in to comment.