summaryrefslogtreecommitdiff
path: root/utils
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 /utils
parentd39816285341cf639b51ae14f65c63a3e89bba95 (diff)
downloadhaskell-4d683fa11a5140b74f588b93f93f7891f79ac891.tar.gz
base: Bump version to 4.10.0.0
Updates a number of submodules.
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-cabal/ghc-cabal.cabal2
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
m---------utils/haddock0
-rw-r--r--utils/hpc/hpc-bin.cabal2
m---------utils/hsc2hs0
-rw-r--r--utils/runghc/runghc.cabal.in2
6 files changed, 4 insertions, 4 deletions
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index 1f328d8557..d65ffba0e6 100644
--- a/utils/ghc-cabal/ghc-cabal.cabal
+++ b/utils/ghc-cabal/ghc-cabal.cabal
@@ -22,6 +22,6 @@ Executable ghc-cabal
Build-Depends: base >= 3 && < 5,
bytestring >= 0.10 && < 0.11,
Cabal >= 1.25 && < 1.27,
- directory >= 1.1 && < 1.3,
+ directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 5f76e1b5ee..3511e36691 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -22,7 +22,7 @@ Executable ghc-pkg
Other-Extensions: CPP
Build-Depends: base >= 4 && < 5,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
process >= 1 && < 1.5,
containers,
filepath,
diff --git a/utils/haddock b/utils/haddock
-Subproject f951caf888eabd8742059f26e516e3392658fc8
+Subproject b34497c36cd01a9c8a08ec3133ec94783642e43
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index 87c5b11e5c..e83a45d1f2 100644
--- a/utils/hpc/hpc-bin.cabal
+++ b/utils/hpc/hpc-bin.cabal
@@ -29,7 +29,7 @@ Executable hpc
Paths_hpc_bin
Build-Depends: base >= 4 && < 5,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
filepath >= 1 && < 1.5,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6,
diff --git a/utils/hsc2hs b/utils/hsc2hs
-Subproject f5ae016e5a69ebf42d612805e51afd9227df938
+Subproject fbc552f4bb003edbdd52305a5eb34a903c9fe62
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 2253292cf0..3be9f26e32 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -27,7 +27,7 @@ Executable runghc
Main-Is: Main.hs
Build-Depends: base >= 3 && < 5,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
process >= 1 && < 1.5,
filepath