Skip to content

Commit

Permalink
7.4.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Feb 13, 2012
1 parent 11b300e commit 12caf59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scion-browser.cabal
@@ -1,5 +1,5 @@
name: scion-browser
version: 0.2.6
version: 0.2.7
cabal-version: >= 1.8
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -50,8 +50,8 @@ library
if impl(ghc >= 7.0)
build-depends:
containers >= 0.2 && < 0.5,
directory == 1.1.*,
filepath == 1.2.*,
directory >= 1.1,
filepath >= 1.2,
bytestring,
-- For Scion.Packages (provisional)
ghc >= 7
Expand Down Expand Up @@ -129,8 +129,8 @@ executable scion-browser
if impl(ghc >= 7.0)
build-depends:
containers >= 0.2 && < 0.5,
directory == 1.1.*,
filepath == 1.2.*,
directory >= 1.1,
filepath >= 1.2,
bytestring,
-- For Scion.Packages (provisional)
ghc >= 7
Expand Down

0 comments on commit 12caf59

Please sign in to comment.