Skip to content

Commit

Permalink
Allow containers 0.4, directory 1.1, filepath 1.2 in aws.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
qxjit committed Apr 24, 2011
1 parent b7ccecd commit 2b805a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws.cabal
Expand Up @@ -95,12 +95,12 @@ Library
blaze-builder >=0.3 && <0.4,
bytestring ==0.9.*,
cereal ==0.3.*,
containers ==0.3.*,
containers ==0.3.* || ==0.4.*,
crypto-api ==0.5.*,
cryptohash ==0.6.*,
directory ==1.0.*,
directory ==1.0.* || ==1.1.*,
enumerator ==0.4.*,
filepath ==1.1.*,
filepath ==1.1.* || ==1.2.*,
http-enumerator >=0.5 && < 0.6,
http-types >=0.6 && <0.7,
mtl ==2.*,
Expand All @@ -120,4 +120,4 @@ Library

-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:


0 comments on commit 2b805a5

Please sign in to comment.