diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-03 22:35:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-03 22:35:08 +0000 |
commit | 71cb36e103ce6892256c2e9c712e78ea37e7dff1 (patch) | |
tree | ce89e10ab73a9a89aaf916202fa88d8bfe55c25b /utils/ghc-pkg | |
parent | 3a006cb547b5e0fafe2add853209519e6d4a1ccc (diff) | |
download | haskell-71cb36e103ce6892256c2e9c712e78ea37e7dff1.tar.gz |
Re-merge concurrent,timeout,unique,st,getopt into base
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/ghc-pkg.cabal | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 0ab3534179..a201cb8816 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -30,10 +30,6 @@ Executable ghc-pkg if !flag(base3) && !flag(base4) Build-Depends: base < 3 - if flag(base4) - Build-Depends: concurrent >= 0.1 && < 0.2, - getopt >= 0.1 && < 0.2 - if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.1, process >= 1 && < 1.1, |