Skip to content

Commit

Permalink
Update version bounds for directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Aug 14, 2012
1 parent da8f6a1 commit e7e7ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.2,
Build-Depends: directory >= 1 && < 1.3,
process >= 1 && < 1.2,
old-time >= 1 && < 1.2,
containers >= 0.1 && < 0.6,
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Executable cabal
else
build-depends: base >= 3,
process >= 1 && < 1.2,
directory >= 1 && < 1.2,
directory >= 1 && < 1.3,
pretty >= 1 && < 1.2,
random >= 1 && < 1.1,
containers >= 0.1 && < 0.6,
Expand Down

0 comments on commit e7e7ce1

Please sign in to comment.