Skip to content

Commit e239a9f

Browse files
committed
3.8.1.0 existing revisions (already on Hackage)
1 parent 5d18b76 commit e239a9f

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.22
22
name: Cabal-syntax
33
version: 3.8.1.0
4+
x-revision: 3
45
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
56
license: BSD3
67
license-file: LICENSE
@@ -29,31 +30,31 @@ library
2930

3031
build-depends:
3132
array >= 0.4.0.1 && < 0.6,
32-
base >= 4.6 && < 5,
33+
base >= 4.9 && < 5,
3334
binary >= 0.7 && < 0.9,
3435
bytestring >= 0.10.0.0 && < 0.12,
3536
containers >= 0.5.0.0 && < 0.7,
3637
deepseq >= 1.3.0.1 && < 1.5,
3738
directory >= 1.2 && < 1.4,
3839
filepath >= 1.3.0.1 && < 1.5,
39-
mtl >= 2.1 && < 2.3,
40+
mtl >= 2.1 && < 2.4,
4041
parsec >= 3.1.13.0 && < 3.2,
4142
pretty >= 1.1.1 && < 1.2,
4243
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
4344
time >= 1.4.0.1 && < 1.13,
4445
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
4546
-- See also https://github.com/ekmett/transformers-compat/issues/35
46-
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.6)
47+
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)
4748

4849
if os(windows)
4950
build-depends: Win32 >= 2.3.0.0 && < 2.14
5051
else
51-
build-depends: unix >= 2.6.0.0 && < 2.8
52+
build-depends: unix >= 2.6.0.0 && < 2.9
5253

5354
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
5455
ghc-options: -Wcompat -Wnoncanonical-monad-instances
5556

56-
if impl(ghc <8.8)
57+
if impl(ghc < 8.8)
5758
ghc-options: -Wnoncanonical-monadfail-instances
5859

5960
exposed-modules:

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library
5353
if os(windows)
5454
build-depends: Win32 >= 2.3.0.0 && < 2.14
5555
else
56-
build-depends: unix >= 2.6.0.0 && < 2.8
56+
build-depends: unix >= 2.6.0.0 && < 2.9
5757

5858
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
5959
ghc-options: -Wcompat -Wnoncanonical-monad-instances

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.2
22
name: cabal-install-solver
33
version: 3.8.1.0
4+
x-revision: 1
45
synopsis: The command-line interface for Cabal and Hackage.
56
description:
67
The solver component used in cabal-install command-line program
@@ -105,7 +106,7 @@ library
105106

106107
build-depends:
107108
, array >=0.4 && <0.6
108-
, base >=4.10 && <4.17
109+
, base >=4.10 && <4.18
109110
, bytestring >=0.10.6.0 && <0.12
110111
, Cabal ^>=3.8
111112
, Cabal-syntax ^>=3.8
@@ -138,7 +139,7 @@ Test-Suite unit-tests
138139
UnitTests.Distribution.Solver.Modular.MessageUtils
139140

140141
build-depends:
141-
, base >= 4.10 && <4.17
142+
, base >= 4.10 && <4.18
142143
, Cabal
143144
, Cabal-syntax
144145
, cabal-install-solver

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ common warnings
4646
ghc-options: -Wunused-packages
4747

4848
common base-dep
49-
build-depends: base >=4.10 && <4.17
49+
build-depends: base >=4.10 && <4.18
5050

5151
common cabal-dep
5252
build-depends: Cabal ^>=3.8
@@ -220,10 +220,10 @@ library
220220
random >= 1.2 && < 1.3,
221221
stm >= 2.0 && < 2.6,
222222
tar >= 0.5.0.3 && < 0.6,
223-
time >= 1.5.0.1 && < 1.12,
223+
time >= 1.5.0.1 && < 1.13,
224224
zlib >= 0.5.3 && < 0.7,
225225
hackage-security >= 0.6.2.0 && < 0.7,
226-
text >= 1.2.3 && < 1.3,
226+
text >= 1.2.3 && < 1.3 || >=2.0 && <2.1,
227227
parsec >= 3.1.13.0 && < 3.2,
228228
regex-base >= 0.94.0.0 && <0.95,
229229
regex-posix >= 0.96.0.0 && <0.97,

0 commit comments

Comments
 (0)