Skip to content

Commit a4d3b4f

Browse files
geekosaurmergify[bot]
authored andcommitted
update time to 1.15
(cherry picked from commit 9d8968e) # Conflicts: # Cabal-syntax/Cabal-syntax.cabal # Cabal/Cabal.cabal # cabal-install/cabal-install.cabal
1 parent 0f82880 commit a4d3b4f

3 files changed

Lines changed: 63 additions & 0 deletions

File tree

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ library
2828
hs-source-dirs: src
2929

3030
build-depends:
31+
<<<<<<< HEAD
3132
array >= 0.4.0.1 && < 0.6,
3233
base >= 4.13 && < 5,
3334
binary >= 0.7 && < 0.9,
@@ -41,6 +42,21 @@ library
4142
pretty >= 1.1.1 && < 1.2,
4243
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
4344
time >= 1.4.0.1 && < 1.15,
45+
=======
46+
, array >= 0.4.0.1 && < 0.6
47+
, base >= 4.13 && < 5
48+
, binary >= 0.7 && < 0.9
49+
, bytestring >= 0.10.0.0 && < 0.13
50+
, containers >= 0.5.0.0 && < 0.9
51+
, deepseq >= 1.3.0.1 && < 1.7
52+
, directory >= 1.2 && < 1.4
53+
, filepath >= 1.3.0.1 && < 1.6
54+
, mtl >= 2.1 && < 2.4
55+
, parsec >= 3.1.13.0 && < 3.2
56+
, pretty >= 1.1.1 && < 1.2
57+
, text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2)
58+
, time >= 1.4.0.1 && < 1.16
59+
>>>>>>> 9d8968ed2 (update `time` to 1.15)
4460
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
4561
-- See also https://github.com/ekmett/transformers-compat/issues/35
4662
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)

Cabal/Cabal.cabal

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ library
3434
hs-source-dirs: src
3535

3636
build-depends:
37+
<<<<<<< HEAD
3738
Cabal-syntax >= 3.14.2 && < 3.15,
3839
array >= 0.4.0.1 && < 0.6,
3940
base >= 4.13 && < 5,
@@ -45,6 +46,19 @@ library
4546
pretty >= 1.1.1 && < 1.2,
4647
process >= 1.2.1.0 && < 1.7,
4748
time >= 1.4.0.1 && < 1.15
49+
=======
50+
, Cabal-syntax ^>= 3.17
51+
, array >= 0.4.0.1 && < 0.6
52+
, base >= 4.13 && < 5
53+
, bytestring >= 0.10.0.0 && < 0.13
54+
, containers >= 0.5.0.0 && < 0.9
55+
, deepseq >= 1.3.0.1 && < 1.7
56+
, directory >= 1.2 && < 1.4
57+
, filepath >= 1.3.0.1 && < 1.6
58+
, pretty >= 1.1.1 && < 1.2
59+
, process >= 1.2.1.0 && < 1.7
60+
, time >= 1.4.0.1 && < 1.16
61+
>>>>>>> 9d8968ed2 (update `time` to 1.15)
4862

4963
if os(windows)
5064
build-depends: Win32 >= 2.3.0.0 && < 2.15

cabal-install/cabal-install.cabal

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ library
219219
Distribution.Client.Win32SelfUpgrade
220220

221221
build-depends:
222+
<<<<<<< HEAD
222223
async >= 2.0 && < 2.3,
223224
array >= 0.4 && < 0.6,
224225
base16-bytestring >= 0.1.1 && < 1.1,
@@ -249,6 +250,38 @@ library
249250
regex-posix >= 0.96.0.0 && <0.97,
250251
safe-exceptions >= 0.1.7.0 && < 0.2,
251252
semaphore-compat >= 1.0.0 && < 1.1
253+
=======
254+
, async >= 2.0 && < 2.3
255+
, array >= 0.4 && < 0.6
256+
, base16-bytestring >= 0.1.1 && < 1.1
257+
, binary >= 0.7.3 && < 0.9
258+
, bytestring >= 0.10.6.0 && < 0.13
259+
, containers >= 0.5.6.2 && < 0.9
260+
, cryptohash-sha256 >= 0.11 && < 0.12
261+
, directory >= 1.3.7.0 && < 1.4
262+
, echo >= 0.1.3 && < 0.2
263+
, edit-distance >= 0.2.2 && < 0.3
264+
, exceptions >= 0.10.4 && < 0.11
265+
, filepath >= 1.4.0.0 && < 1.6
266+
, HTTP >= 4000.1.5 && < 4000.5
267+
, mtl >= 2.0 && < 2.4
268+
, network-uri >= 2.6.0.2 && < 2.7
269+
, pretty >= 1.1 && < 1.2
270+
, process >= 1.2.3.0 && < 1.7
271+
, random >= 1.2 && < 1.4
272+
, stm >= 2.0 && < 2.6
273+
, tar >= 0.5.0.3 && < 0.7
274+
, time >= 1.5.0.1 && < 1.16
275+
, zlib >= 0.5.3 && < 0.8
276+
, hackage-security >= 0.6.2.0 && < 0.7
277+
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2
278+
, parsec >= 3.1.13.0 && < 3.2
279+
, open-browser >= 0.2.1.0 && < 0.5
280+
, regex-base >= 0.94.0.0 && <0.95
281+
, regex-posix >= 0.96.0.0 && <0.97
282+
, safe-exceptions >= 0.1.7.0 && < 0.2
283+
, semaphore-compat >= 1.0.0 && < 1.1
284+
>>>>>>> 9d8968ed2 (update `time` to 1.15)
252285

253286
if flag(native-dns)
254287
if os(windows)

0 commit comments

Comments
 (0)