Skip to content
Snippets Groups Projects
Commit 6c6f9c1d authored by Ben Gamari's avatar Ben Gamari
Browse files

Bump directory submodule to 1.3.0.0 and Cabal to 1.24.2.0

parent 9ac7335f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ Library ...@@ -46,7 +46,7 @@ Library
Build-Depends: base >= 4 && < 5, Build-Depends: base >= 4 && < 5,
deepseq >= 1.3 && < 1.5, deepseq >= 1.3 && < 1.5,
directory >= 1 && < 1.3, directory >= 1 && < 1.4,
process >= 1 && < 1.5, process >= 1 && < 1.5,
bytestring >= 0.9 && < 0.11, bytestring >= 0.9 && < 0.11,
binary == 0.8.*, binary == 0.8.*,
......
...@@ -31,7 +31,7 @@ Executable ghc ...@@ -31,7 +31,7 @@ Executable ghc
Build-Depends: base >= 4 && < 5, Build-Depends: base >= 4 && < 5,
array >= 0.1 && < 0.6, array >= 0.1 && < 0.6,
bytestring >= 0.9 && < 0.11, bytestring >= 0.9 && < 0.11,
directory >= 1 && < 1.3, directory >= 1 && < 1.4,
process >= 1 && < 1.5, process >= 1 && < 1.5,
filepath >= 1 && < 1.5, filepath >= 1 && < 1.5,
ghc-boot == @ProjectVersionMunged@, ghc-boot == @ProjectVersionMunged@,
......
Subproject commit 51ff8b66468977dcccb81d19ac2d42ee27c9ccd1 Subproject commit 8180b67a130c91079a5197177b005be2c4124fff
Subproject commit ad2e0a110bf2ee2e2a3bd87963fa55505ca58b28 Subproject commit 65d1d85a3fc3373a425a0298d572da9cd9ee3d86
...@@ -44,6 +44,6 @@ Library ...@@ -44,6 +44,6 @@ Library
build-depends: base >= 4.7 && < 4.10, build-depends: base >= 4.7 && < 4.10,
binary == 0.8.*, binary == 0.8.*,
bytestring == 0.10.*, bytestring == 0.10.*,
directory == 1.2.*, directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5, filepath >= 1.3 && < 1.5,
ghc-boot-th == @ProjectVersionMunged@ ghc-boot-th == @ProjectVersionMunged@
Subproject commit 8addaa2f6f4256da76bac4075316597d0b1d8f67 Subproject commit 3653874be6a6b0df3077b7dee583c9aa442e2ebd
Subproject commit 88b389f368d1222078ee9592236b107d061cd5f2 Subproject commit 25de22a34ec5770a3c4589e99817f5d116c35241
Subproject commit 296cbce6294316d6534b4449fc7ab0f0d3f5775b Subproject commit 85cc1d17e9550a075003a764a2429d4acde65159
...@@ -22,6 +22,6 @@ Executable ghc-cabal ...@@ -22,6 +22,6 @@ Executable ghc-cabal
Build-Depends: base >= 3 && < 5, Build-Depends: base >= 3 && < 5,
bytestring >= 0.10 && < 0.11, bytestring >= 0.10 && < 0.11,
Cabal == 1.24.*, Cabal == 1.24.*,
directory >= 1.1 && < 1.3, directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5 filepath >= 1.2 && < 1.5
...@@ -22,7 +22,7 @@ Executable ghc-pkg ...@@ -22,7 +22,7 @@ Executable ghc-pkg
Other-Extensions: CPP Other-Extensions: CPP
Build-Depends: base >= 4 && < 5, Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.3, directory >= 1 && < 1.4,
process >= 1 && < 1.5, process >= 1 && < 1.5,
containers, containers,
filepath, filepath,
......
...@@ -15,5 +15,4 @@ Executable ghc-pwd ...@@ -15,5 +15,4 @@ Executable ghc-pwd
Default-Language: Haskell2010 Default-Language: Haskell2010
Main-Is: Main.hs Main-Is: Main.hs
Build-Depends: base >= 3 && < 5, Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.3 directory >= 1 && < 1.4
...@@ -29,7 +29,7 @@ Executable hpc ...@@ -29,7 +29,7 @@ Executable hpc
Paths_hpc_bin Paths_hpc_bin
Build-Depends: base >= 4 && < 5, Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.3, directory >= 1 && < 1.4,
filepath >= 1 && < 1.5, filepath >= 1 && < 1.5,
containers >= 0.1 && < 0.6, containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6, array >= 0.1 && < 0.6,
......
Subproject commit 8fed36addd3439e01752a0ce48140ad0a56a6c61 Subproject commit fbc552f4bb003edbdd52305a5eb34a903c9fe625
...@@ -27,7 +27,7 @@ Executable runghc ...@@ -27,7 +27,7 @@ Executable runghc
Main-Is: Main.hs Main-Is: Main.hs
Build-Depends: base >= 3 && < 5, Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.3, directory >= 1 && < 1.4,
process >= 1 && < 1.5, process >= 1 && < 1.5,
filepath filepath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment