Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Dec 12, 2011
1 parent d3eb771 commit 93fee77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cabal/Cabal.cabal
Expand Up @@ -39,15 +39,15 @@ Flag base3

Library
build-depends: base >= 2 && < 5,
filepath >= 1 && < 1.3
filepath >= 1 && < 1.4
if flag(base4) { build-depends: base >= 4 } else { build-depends: base < 4 }
if flag(base3) { build-depends: base >= 3 } else { build-depends: base < 3 }
if flag(base3)
Build-Depends: directory >= 1 && < 1.2,
process >= 1 && < 1.2,
old-time >= 1 && < 1.1,
old-time >= 1 && < 1.2,
containers >= 0.1 && < 0.5,
array >= 0.1 && < 0.4,
array >= 0.1 && < 0.5,
pretty >= 1 && < 1.2

if !os(windows)
Expand Down

0 comments on commit 93fee77

Please sign in to comment.