diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-24 13:50:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-24 13:50:52 +0000 |
commit | 60b50498ce499e879cd7d72f5386c1c633c692ff (patch) | |
tree | 1c02c627d0ed08f728ea1442cc0621e3fcf90e2b /utils | |
parent | cfa08d584984b4d1c2695bf373ccf0261d7bc5a9 (diff) | |
download | haskell-60b50498ce499e879cd7d72f5386c1c633c692ff.tar.gz |
concurrent, unique, timeout have now been split off from base
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/ghc-pkg.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 1e862a7cd5..0ab3534179 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -31,7 +31,8 @@ Executable ghc-pkg Build-Depends: base < 3 if flag(base4) - Build-Depends: getopt >= 0.1 && < 0.2 + Build-Depends: concurrent >= 0.1 && < 0.2, + getopt >= 0.1 && < 0.2 if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.1, |