Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Sep 17, 2010
1 parent 83e2078 commit 338233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal.cabal
Expand Up @@ -41,7 +41,7 @@ Library
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.1,
Build-Depends: directory >= 1 && < 1.2,
process >= 1 && < 1.1,
old-time >= 1 && < 1.1,
containers >= 0.1 && < 0.5,
Expand Down

0 comments on commit 338233b

Please sign in to comment.