[commit: ghc] ghc-7.10: Update filepath submodule to filepath-1.4 snapshot (773b90b)

git at git.haskell.org git at git.haskell.org
Wed Mar 11 21:07:01 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/773b90b038c48430d62b21721f6aa09599abdf64/ghc

>---------------------------------------------------------------

commit 773b90b038c48430d62b21721f6aa09599abdf64
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Mar 11 14:20:51 2015 +0100

    Update filepath submodule to filepath-1.4 snapshot
    
    This also needs to update a couple of other submodules
    to update the upper bound on filepath to allow this major
    version bump to 1.4.0.0
    
    (cherry picked from commit 5f356f3e412ae4a808b2a72c10609eaacfb1ce3a)


>---------------------------------------------------------------

773b90b038c48430d62b21721f6aa09599abdf64
 compiler/ghc.cabal.in           | 2 +-
 ghc/ghc-bin.cabal.in            | 2 +-
 libraries/directory             | 2 +-
 libraries/filepath              | 2 +-
 libraries/haskeline             | 2 +-
 libraries/process               | 2 +-
 utils/ghc-cabal/ghc-cabal.cabal | 2 +-
 utils/hsc2hs                    | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index a6624ff..684ee6b 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -51,7 +51,7 @@ Library
                    time                 < 1.6,
                    containers >= 0.5 && < 0.6,
                    array      >= 0.1 && < 0.6,
-                   filepath   >= 1   && < 1.4,
+                   filepath   >= 1   && < 1.5,
                    hpc,
                    transformers,
                    bin-package-db,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index dcbc695..b4fdf10 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -32,7 +32,7 @@ Executable ghc
                    bytestring >= 0.9 && < 0.11,
                    directory  >= 1   && < 1.3,
                    process    >= 1   && < 1.3,
-                   filepath   >= 1   && < 1.4,
+                   filepath   >= 1   && < 1.5,
                    ghc
     if os(windows)
         Build-Depends: Win32
diff --git a/libraries/directory b/libraries/directory
index e04430d..7233248 160000
--- a/libraries/directory
+++ b/libraries/directory
@@ -1 +1 @@
-Subproject commit e04430d2e65baa28ab4fd8c0c044b5819d63006a
+Subproject commit 7233248952648ed4dd213f91ed52af2317a3f23b
diff --git a/libraries/filepath b/libraries/filepath
index c1a3aec..4206435 160000
--- a/libraries/filepath
+++ b/libraries/filepath
@@ -1 +1 @@
-Subproject commit c1a3aec04cb93315dbc9725139c54d71e5134426
+Subproject commit 4206435bda0929d7a65fc42e5c8629212328120c
diff --git a/libraries/haskeline b/libraries/haskeline
index 87a01d2..06679b7 160000
--- a/libraries/haskeline
+++ b/libraries/haskeline
@@ -1 +1 @@
-Subproject commit 87a01d222ef13f89a68204602e3fe9273eeed3ca
+Subproject commit 06679b723fc07ca805d0dc6b328a5762255e93ee
diff --git a/libraries/process b/libraries/process
index 160bdd1..c8cdaef 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit 160bdd16722d85c2644bd2353121d8eb5e1597e4
+Subproject commit c8cdaef5585717089a53be61cb6f08b3120f18b4
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index f963c7c..5827333 100644
--- a/utils/ghc-cabal/ghc-cabal.cabal
+++ b/utils/ghc-cabal/ghc-cabal.cabal
@@ -19,5 +19,5 @@ Executable ghc-cabal
                    bytestring >= 0.10 && < 0.11,
                    Cabal      >= 1.22 && < 1.24,
                    directory  >= 1.1 && < 1.3,
-                   filepath   >= 1.2 && < 1.4
+                   filepath   >= 1.2 && < 1.5
 
diff --git a/utils/hsc2hs b/utils/hsc2hs
index 10696fe..c16032d 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit 10696fe17c9d2b4e3498684c6ffbd9f44eda53c4
+Subproject commit c16032d83c8ce7ac3e11b99f8e80bfdfc77f0d1f



More information about the ghc-commits mailing list