summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-08-11 14:38:31 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-08-11 14:38:31 +0000
commite1ca71716cd40aecf23f572e661e0285dd1b8b3a (patch)
tree5af2cdb166572c76fb5b3be48725061423e5838e /utils
parent3245f93f334bf22e5590318c46dddc1865c636d5 (diff)
downloadhaskell-e1ca71716cd40aecf23f572e661e0285dd1b8b3a.tar.gz
build base3-compat
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 90722a62f7..03d475febd 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -20,7 +20,7 @@ Executable ghc-pkg
Main-Is: Main.hs
Extensions: CPP, ForeignFunctionInterface
if flag(base3)
- Build-Depends: base >= 3 && < 4,
+ Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.1,
process >= 1 && < 1.1,
pretty >= 1 && < 1.1