diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-08-14 12:59:21 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-09-09 14:40:31 +0100 |
commit | c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939 (patch) | |
tree | ac27e4d27975c1f8eb5b97b34da8b77d8b1ba553 /ghc/ghc-bin.cabal.in | |
parent | bf2d58c2356578e87c1b09de0636a7cf57c71fe7 (diff) | |
download | haskell-c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939.tar.gz |
Update dependency on directory.
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index a7e7bbae66..40dc8581b1 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -28,7 +28,7 @@ Executable ghc Build-Depends: base >= 3 && < 5, array >= 0.1 && < 0.5, bytestring >= 0.9 && < 0.11, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, process >= 1 && < 1.2, filepath >= 1 && < 1.4, ghc |