Skip to content
Snippets Groups Projects
Commit f2dffd2e authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

Bump filepath to 1.5.0.0

Required bumps of the following submodules:

 * `directory`
 * `filepath`
 * `haskeline`
 * `process`
 * `unix`
 * `hsc2hs`
 * `Win32`
 * `semaphore-compat`

and the addition of `os-string` as a boot package.
parent d7ee12ea
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ Library ...@@ -116,7 +116,7 @@ Library
time >= 1.4 && < 1.13, time >= 1.4 && < 1.13,
containers >= 0.6.2.1 && < 0.8, containers >= 0.6.2.1 && < 0.8,
array >= 0.1 && < 0.6, array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5, filepath >= 1 && < 1.6,
template-haskell == 2.21.*, template-haskell == 2.21.*,
hpc >= 0.6 && < 0.8, hpc >= 0.6 && < 0.8,
transformers >= 0.5 && < 0.7, transformers >= 0.5 && < 0.7,
...@@ -128,7 +128,7 @@ Library ...@@ -128,7 +128,7 @@ Library
ghci == @ProjectVersionMunged@ ghci == @ProjectVersionMunged@
if os(windows) if os(windows)
Build-Depends: Win32 >= 2.3 && < 2.14 Build-Depends: Win32 >= 2.3 && < 2.15
else else
Build-Depends: unix >= 2.7 && < 2.9 Build-Depends: unix >= 2.7 && < 2.9
......
...@@ -36,14 +36,14 @@ Executable ghc ...@@ -36,14 +36,14 @@ Executable ghc
bytestring >= 0.9 && < 0.13, bytestring >= 0.9 && < 0.13,
directory >= 1 && < 1.4, directory >= 1 && < 1.4,
process >= 1 && < 1.7, process >= 1 && < 1.7,
filepath >= 1 && < 1.5, filepath >= 1 && < 1.6,
containers >= 0.5 && < 0.8, containers >= 0.5 && < 0.8,
transformers >= 0.5 && < 0.7, transformers >= 0.5 && < 0.7,
ghc-boot == @ProjectVersionMunged@, ghc-boot == @ProjectVersionMunged@,
ghc == @ProjectVersionMunged@ ghc == @ProjectVersionMunged@
if os(windows) if os(windows)
Build-Depends: Win32 >= 2.3 && < 2.14 Build-Depends: Win32 >= 2.3 && < 2.15
else else
Build-Depends: unix >= 2.7 && < 2.9 Build-Depends: unix >= 2.7 && < 2.9
......
...@@ -154,6 +154,7 @@ toolTargets = [ binary ...@@ -154,6 +154,7 @@ toolTargets = [ binary
, process , process
, exceptions , exceptions
, filepath , filepath
, osString
-- , ghc -- # depends on ghc library -- , ghc -- # depends on ghc library
-- , runGhc -- # depends on ghc library -- , runGhc -- # depends on ghc library
, ghcBoot , ghcBoot
......
...@@ -157,6 +157,10 @@ packageArgs = do ...@@ -157,6 +157,10 @@ packageArgs = do
] ]
, package unix ? builder (Cabal Flags) ? arg "+os-string"
, package directory ? builder (Cabal Flags) ? arg "+os-string"
, package win32 ? builder (Cabal Flags) ? arg "+os-string"
--------------------------------- iserv -------------------------------- --------------------------------- iserv --------------------------------
-- Add -Wl,--export-dynamic enables GHCi to load dynamic objects that -- Add -Wl,--export-dynamic enables GHCi to load dynamic objects that
-- refer to the RTS. This is harmless if you don't use it (adds a bit -- refer to the RTS. This is harmless if you don't use it (adds a bit
......
Subproject commit ae3c40a20bf98870488e3b40fc4495009b026e33 Subproject commit ec71ed5b44d7a35e3b421c0d3f1f9f52cc434992
Subproject commit efab7f1146da9741dc54fb35476d4aaabeff8d6d Subproject commit 350ebd43f9a8d9e1ca767b0000f95bdfb42a5471
Subproject commit a0c9361817db13917df7777f669a97c4d787f44e Subproject commit fc38cbfc5c7c4b631ed89d6b41bbe00ee96c8b21
Subproject commit cdb5171f7774569b1a8028a78392cfa79f732b5c Subproject commit b55465e3d174ccd63914e7146079435503204187
...@@ -78,7 +78,7 @@ Library ...@@ -78,7 +78,7 @@ Library
bytestring >= 0.10 && < 0.13, bytestring >= 0.10 && < 0.13,
containers >= 0.5 && < 0.8, containers >= 0.5 && < 0.8,
directory >= 1.2 && < 1.4, directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5, filepath >= 1.3 && < 1.6,
deepseq >= 1.4 && < 1.6, deepseq >= 1.4 && < 1.6,
ghc-platform >= 0.1, ghc-platform >= 0.1,
ghc-boot-th == @ProjectVersionMunged@ ghc-boot-th == @ProjectVersionMunged@
......
...@@ -81,7 +81,7 @@ library ...@@ -81,7 +81,7 @@ library
bytestring >= 0.10 && < 0.13, bytestring >= 0.10 && < 0.13,
containers >= 0.5 && < 0.8, containers >= 0.5 && < 0.8,
deepseq >= 1.4 && < 1.6, deepseq >= 1.4 && < 1.6,
filepath == 1.4.*, filepath >= 1.4 && < 1.6,
ghc-boot == @ProjectVersionMunged@, ghc-boot == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@, ghc-heap == @ProjectVersionMunged@,
template-haskell == 2.21.*, template-haskell == 2.21.*,
......
Subproject commit 4046442785ebbd66cc7f37a5abf3c36d29c74102 Subproject commit fb2711ba1f43fd609de0e231e161025ee8ed3216
Subproject commit 5ba847afd894b560b7a7c2569c99bb9f4c8cb282 Subproject commit dfdae0a7036b42d352a515214e6116424dd08ec9
Subproject commit c8fc7b1757b4eecbd10239038fbc6602340105b1 Subproject commit 8cd32a85388c7b51786a7aedd15404e2e4896f1b
Subproject commit 0b3dbc9901fdf2d752c4ee7a7cee7b1ed20e76bd Subproject commit 00bf6dd7a4a78f1d9d4fead303dc727e1055ffbd
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