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 /utils/runghc | |
parent | bf2d58c2356578e87c1b09de0636a7cf57c71fe7 (diff) | |
download | haskell-c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939.tar.gz |
Update dependency on directory.
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in index 3bab879c91..333ed20f9d 100644 --- a/utils/runghc/runghc.cabal.in +++ b/utils/runghc/runghc.cabal.in @@ -20,7 +20,7 @@ Executable runghc if flag(base3) Build-Depends: base >= 3 && < 5, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, process >= 1 && < 1.2 else Build-Depends: base < 3 |