summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-03 22:35:08 +0000
committerIan Lynagh <igloo@earth.li>2008-09-03 22:35:08 +0000
commit71cb36e103ce6892256c2e9c712e78ea37e7dff1 (patch)
treece89e10ab73a9a89aaf916202fa88d8bfe55c25b /utils
parent3a006cb547b5e0fafe2add853209519e6d4a1ccc (diff)
downloadhaskell-71cb36e103ce6892256c2e9c712e78ea37e7dff1.tar.gz
Re-merge concurrent,timeout,unique,st,getopt into base
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal4
-rw-r--r--utils/hasktags/hasktags.cabal2
-rw-r--r--utils/hpc/hpc-bin.cabal2
3 files changed, 1 insertions, 7 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,
diff --git a/utils/hasktags/hasktags.cabal b/utils/hasktags/hasktags.cabal
index e102b8b635..045256d534 100644
--- a/utils/hasktags/hasktags.cabal
+++ b/utils/hasktags/hasktags.cabal
@@ -15,5 +15,5 @@ cabal-version: >=1.2
Executable hasktags
Main-Is: HaskTags.hs
- Build-Depends: haskell98, base, getopt
+ Build-Depends: haskell98, base
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index 2c1cd97fb5..893af9ef7f 100644
--- a/utils/hpc/hpc-bin.cabal
+++ b/utils/hpc/hpc-bin.cabal
@@ -30,8 +30,6 @@ Executable hpc
if !flag(base3) && !flag(base4)
Build-Depends: base < 3
- if flag(base4)
- Build-Depends: getopt >= 0.1 && < 0.2
if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.1,
containers >= 0.1 && < 0.2,