summaryrefslogtreecommitdiff
path: root/ghc/ghc-bin.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-11-15 10:26:14 -0500
committerBen Gamari <ben@smart-cactus.org>2016-12-15 14:52:59 -0500
commit4d683fa11a5140b74f588b93f93f7891f79ac891 (patch)
treea2f2772a2ad29b2007de15e3dc759c02d3e0f3e3 /ghc/ghc-bin.cabal.in
parentd39816285341cf639b51ae14f65c63a3e89bba95 (diff)
downloadhaskell-4d683fa11a5140b74f588b93f93f7891f79ac891.tar.gz
base: Bump version to 4.10.0.0
Updates a number of submodules.
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 9d4125a964..b9babfec76 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -31,7 +31,7 @@ Executable ghc
Build-Depends: base >= 4 && < 5,
array >= 0.1 && < 0.6,
bytestring >= 0.9 && < 0.11,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
process >= 1 && < 1.5,
filepath >= 1 && < 1.5,
ghc-boot == @ProjectVersionMunged@,