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 /ghc/ghc-bin.cabal.in | |
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 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |