[commit: ghc] ghc-8.0: Bump directory submodule to 1.3.0.0 and Cabal to 1.24.2.0 (6c6f9c1)
git at git.haskell.org
git at git.haskell.org
Tue Dec 13 20:54:13 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/6c6f9c1de4a548afccb3f5c557600987e87cb11e/ghc
>---------------------------------------------------------------
commit 6c6f9c1de4a548afccb3f5c557600987e87cb11e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Dec 6 14:22:52 2016 -0500
Bump directory submodule to 1.3.0.0 and Cabal to 1.24.2.0
>---------------------------------------------------------------
6c6f9c1de4a548afccb3f5c557600987e87cb11e
compiler/ghc.cabal.in | 2 +-
ghc/ghc-bin.cabal.in | 2 +-
libraries/Cabal | 2 +-
libraries/directory | 2 +-
libraries/ghc-boot/ghc-boot.cabal.in | 2 +-
libraries/haskeline | 2 +-
libraries/hpc | 2 +-
libraries/process | 2 +-
utils/ghc-cabal/ghc-cabal.cabal | 2 +-
utils/ghc-pkg/ghc-pkg.cabal | 2 +-
utils/ghc-pwd/ghc-pwd.cabal | 3 +--
utils/hpc/hpc-bin.cabal | 2 +-
utils/hsc2hs | 2 +-
utils/runghc/runghc.cabal.in | 2 +-
14 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 4d5e3b5..e0aee80 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -46,7 +46,7 @@ Library
Build-Depends: base >= 4 && < 5,
deepseq >= 1.3 && < 1.5,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
process >= 1 && < 1.5,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 9d4125a..b9babfe 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@,
diff --git a/libraries/Cabal b/libraries/Cabal
index 51ff8b6..8180b67 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit 51ff8b66468977dcccb81d19ac2d42ee27c9ccd1
+Subproject commit 8180b67a130c91079a5197177b005be2c4124fff
diff --git a/libraries/directory b/libraries/directory
index ad2e0a1..65d1d85 160000
--- a/libraries/directory
+++ b/libraries/directory
@@ -1 +1 @@
-Subproject commit ad2e0a110bf2ee2e2a3bd87963fa55505ca58b28
+Subproject commit 65d1d85a3fc3373a425a0298d572da9cd9ee3d86
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 6375b8b..2a1ceb3 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -44,6 +44,6 @@ Library
build-depends: base >= 4.7 && < 4.10,
binary == 0.8.*,
bytestring == 0.10.*,
- directory == 1.2.*,
+ directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5,
ghc-boot-th == @ProjectVersionMunged@
diff --git a/libraries/haskeline b/libraries/haskeline
index 8addaa2..3653874 160000
--- a/libraries/haskeline
+++ b/libraries/haskeline
@@ -1 +1 @@
-Subproject commit 8addaa2f6f4256da76bac4075316597d0b1d8f67
+Subproject commit 3653874be6a6b0df3077b7dee583c9aa442e2ebd
diff --git a/libraries/hpc b/libraries/hpc
index 88b389f..25de22a 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit 88b389f368d1222078ee9592236b107d061cd5f2
+Subproject commit 25de22a34ec5770a3c4589e99817f5d116c35241
diff --git a/libraries/process b/libraries/process
index 296cbce..85cc1d1 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit 296cbce6294316d6534b4449fc7ab0f0d3f5775b
+Subproject commit 85cc1d17e9550a075003a764a2429d4acde65159
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index 78a0f22..feffe3e 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.24.*,
- 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 5f76e1b..3511e36 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/ghc-pwd/ghc-pwd.cabal b/utils/ghc-pwd/ghc-pwd.cabal
index dcd9529..1b18761 100644
--- a/utils/ghc-pwd/ghc-pwd.cabal
+++ b/utils/ghc-pwd/ghc-pwd.cabal
@@ -15,5 +15,4 @@ Executable ghc-pwd
Default-Language: Haskell2010
Main-Is: Main.hs
Build-Depends: base >= 3 && < 5,
- directory >= 1 && < 1.3
-
+ directory >= 1 && < 1.4
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index 87c5b11..e83a45d 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
index 8fed36a..fbc552f 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit 8fed36addd3439e01752a0ce48140ad0a56a6c61
+Subproject commit fbc552f4bb003edbdd52305a5eb34a903c9fe625
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 2253292..3be9f26 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
More information about the ghc-commits
mailing list