Skip to content
Snippets Groups Projects
Commit 0ba16f5c authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Sync up cabal metadata w/ metadata revision

cabal-install-2.4 doesn't build anymore w/ GHC 7.8 and older;
so the metadata revision took care to fixup the lower bound of
base and other boot libs to take the versions bundled w/ GHC 7.10.1
as the lower bounds.

Moreover, this also fixes some upper bounds not being PVP compliant.
parent 88738ba5
No related branches found
No related tags found
No related merge requests found
......@@ -297,31 +297,31 @@ executable cabal
Paths_cabal_install
build-depends:
async >= 2.0 && < 3,
async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6,
base >= 4.6 && < 5,
base >= 4.8 && < 4.13,
base16-bytestring >= 0.1.1 && < 0.2,
binary >= 0.7 && < 0.9,
bytestring >= 0.10.2 && < 1,
Cabal == 2.4.*,
containers >= 0.5 && < 0.7,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.11,
Cabal >= 2.4.0.1 && < 2.5,
containers >= 0.5.6.2 && < 0.7,
cryptohash-sha256 >= 0.11 && < 0.12,
deepseq >= 1.3 && < 1.5,
deepseq >= 1.4.1.1 && < 1.5,
directory >= 1.2.2.0 && < 1.4,
echo >= 0.1.3 && < 0.2,
edit-distance >= 0.2.2 && < 0.3,
filepath >= 1.3 && < 1.5,
hashable >= 1.0 && < 2,
filepath >= 1.4.0.0 && < 1.5,
hashable >= 1.0 && < 1.3,
HTTP >= 4000.1.5 && < 4000.4,
mtl >= 2.0 && < 3,
mtl >= 2.0 && < 2.3,
network-uri >= 2.6.0.2 && < 2.7,
network >= 2.6 && < 2.8,
pretty >= 1.1 && < 1.2,
process >= 1.1.0.2 && < 1.7,
process >= 1.2.3.0 && < 1.7,
random >= 1 && < 1.2,
stm >= 2.0 && < 3,
stm >= 2.0 && < 2.6,
tar >= 0.5.0.3 && < 0.6,
time >= 1.4 && < 1.10,
time >= 1.5.0.1 && < 1.10,
zlib >= 0.5.3 && < 0.7,
hackage-security >= 0.5.2.2 && < 0.6,
text >= 1.2.3 && < 1.3,
......@@ -337,7 +337,7 @@ executable cabal
if os(windows)
build-depends: Win32 >= 2 && < 3
else
build-depends: unix >= 2.5 && < 2.9
build-depends: unix >= 2.5 && < 2.8
if flag(debug-expensive-assertions)
cpp-options: -DDEBUG_EXPENSIVE_ASSERTIONS
......
......@@ -16,31 +16,31 @@ Version: 2.4.0.0
#
%def CABAL_BUILDDEPENDS
build-depends:
async >= 2.0 && < 3,
async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6,
base >= 4.6 && < 5,
base >= 4.8 && < 4.13,
base16-bytestring >= 0.1.1 && < 0.2,
binary >= 0.7 && < 0.9,
bytestring >= 0.10.2 && < 1,
Cabal == 2.4.*,
containers >= 0.5 && < 0.7,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.11,
Cabal >= 2.4.0.1 && < 2.5,
containers >= 0.5.6.2 && < 0.7,
cryptohash-sha256 >= 0.11 && < 0.12,
deepseq >= 1.3 && < 1.5,
deepseq >= 1.4.1.1 && < 1.5,
directory >= 1.2.2.0 && < 1.4,
echo >= 0.1.3 && < 0.2,
edit-distance >= 0.2.2 && < 0.3,
filepath >= 1.3 && < 1.5,
hashable >= 1.0 && < 2,
filepath >= 1.4.0.0 && < 1.5,
hashable >= 1.0 && < 1.3,
HTTP >= 4000.1.5 && < 4000.4,
mtl >= 2.0 && < 3,
mtl >= 2.0 && < 2.3,
network-uri >= 2.6.0.2 && < 2.7,
network >= 2.6 && < 2.8,
pretty >= 1.1 && < 1.2,
process >= 1.1.0.2 && < 1.7,
process >= 1.2.3.0 && < 1.7,
random >= 1 && < 1.2,
stm >= 2.0 && < 3,
stm >= 2.0 && < 2.6,
tar >= 0.5.0.3 && < 0.6,
time >= 1.4 && < 1.10,
time >= 1.5.0.1 && < 1.10,
zlib >= 0.5.3 && < 0.7,
hackage-security >= 0.5.2.2 && < 0.6,
text >= 1.2.3 && < 1.3,
......@@ -56,7 +56,7 @@ Version: 2.4.0.0
if os(windows)
build-depends: Win32 >= 2 && < 3
else
build-depends: unix >= 2.5 && < 2.9
build-depends: unix >= 2.5 && < 2.8
%enddef
%def CABAL_COMPONENTCOMMON
default-language: Haskell2010
......
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