diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-03-11 14:20:51 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-03-11 15:18:53 +0100 |
commit | 5f356f3e412ae4a808b2a72c10609eaacfb1ce3a (patch) | |
tree | d80ae9d09a6a683bbe83b5c7957318a0f5c5dfeb | |
parent | 838d8044896b6544d8c80c2ab5de63d97220f06c (diff) | |
download | haskell-5f356f3e412ae4a808b2a72c10609eaacfb1ce3a.tar.gz |
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
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/filepath | 0 | ||||
m--------- | libraries/haskeline | 0 | ||||
m--------- | libraries/process | 0 | ||||
-rw-r--r-- | utils/ghc-cabal/ghc-cabal.cabal | 2 | ||||
m--------- | utils/hsc2hs | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a6624ff25f..684ee6bfaf 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 dcbc695675..b4fdf1022a 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 -Subproject e04430d2e65baa28ab4fd8c0c044b5819d63006 +Subproject 7233248952648ed4dd213f91ed52af2317a3f23 diff --git a/libraries/filepath b/libraries/filepath -Subproject c1a3aec04cb93315dbc9725139c54d71e513442 +Subproject 4206435bda0929d7a65fc42e5c8629212328120 diff --git a/libraries/haskeline b/libraries/haskeline -Subproject 87a01d222ef13f89a68204602e3fe9273eeed3c +Subproject 06679b723fc07ca805d0dc6b328a5762255e93e diff --git a/libraries/process b/libraries/process -Subproject ae10a33cd16d9ac9238a193e5355c5c2e05ef0a +Subproject c8cdaef5585717089a53be61cb6f08b3120f18b diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal index f963c7c333..5827333bd4 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 -Subproject e32b4faf97833f92708a8f3f8bbb015f5d1dbcc +Subproject c16032d83c8ce7ac3e11b99f8e80bfdfc77f0d1 |