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 /utils | |
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
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-cabal/ghc-cabal.cabal | 2 | ||||
m--------- | utils/hsc2hs | 0 |
2 files changed, 1 insertions, 1 deletions
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 |