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 /compiler/ghc.cabal.in | |
parent | bf2d58c2356578e87c1b09de0636a7cf57c71fe7 (diff) | |
download | haskell-c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939.tar.gz |
Update dependency on directory.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index e02e9d9869..8cec8271a2 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -49,7 +49,7 @@ Library Exposed: False Build-Depends: base >= 4 && < 5, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, process >= 1 && < 1.2, bytestring >= 0.9 && < 0.11, time < 1.5, |