Skip to content

Commit 82bf734

Browse files
authored
Merge pull request #11037 from haskell/r3.16-C.3.1b-C.3.2b-version-numbers
adjust versions for 3.16.0.0 release
2 parents 269c1b1 + 75638e9 commit 82bf734

File tree

18 files changed

+62
-62
lines changed

18 files changed

+62
-62
lines changed

Cabal-QuickCheck/Cabal-QuickCheck.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-QuickCheck
3-
version: 3.17.0.0
3+
version: 3.16.0.0
44
synopsis: QuickCheck instances for types in Cabal
55
category: Testing
66
build-type: Simple
@@ -14,8 +14,8 @@ library
1414
build-depends:
1515
, base
1616
, bytestring
17-
, Cabal ^>=3.17.0.0
18-
, Cabal-syntax ^>=3.17.0.0
17+
, Cabal ^>=3.16.0.0
18+
, Cabal-syntax ^>=3.16.0.0
1919
, QuickCheck >= 2.13.2 && < 2.17
2020

2121
exposed-modules:

Cabal-described/Cabal-described.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-described
3-
version: 3.17.0.0
3+
version: 3.16.0.0
44
synopsis: Described functionality for types in Cabal
55
category: Testing, Parsec
66
description: Provides rere bindings
@@ -12,8 +12,8 @@ library
1212
ghc-options: -Wall
1313
build-depends:
1414
, base
15-
, Cabal ^>=3.17.0.0
16-
, Cabal-syntax ^>=3.17.0.0
15+
, Cabal ^>=3.16.0.0
16+
, Cabal-syntax ^>=3.16.0.0
1717
, containers
1818
, pretty
1919
, QuickCheck

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: Cabal-hooks
3-
version: 3.17
3+
version: 3.16
44
copyright: 2023, Cabal Development Team
55
license: BSD-3-Clause
66
license-file: LICENSE
@@ -27,8 +27,8 @@ library
2727
hs-source-dirs: src
2828

2929
build-depends:
30-
, Cabal-syntax >= 3.17 && < 3.18
31-
, Cabal >= 3.17 && < 3.18
30+
, Cabal-syntax >= 3.16 && < 3.17
31+
, Cabal >= 3.16 && < 3.17
3232
, base >= 4.13 && < 5
3333
, containers >= 0.5.0.0 && < 0.9
3434
, transformers >= 0.5.6.0 && < 0.7

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: Cabal-syntax
3-
version: 3.17.0.0
3+
version: 3.16.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE

Cabal-tree-diff/Cabal-tree-diff.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-tree-diff
3-
version: 3.17.0.0
3+
version: 3.16.0.0
44
synopsis: QuickCheck instances for types in Cabal
55
category: Testing
66
description: Provides tree-diff ToExpr instances for some types in Cabal
@@ -11,8 +11,8 @@ library
1111
ghc-options: -Wall
1212
build-depends:
1313
, base
14-
, Cabal-syntax ^>=3.17.0.0
15-
, Cabal ^>=3.17.0.0
14+
, Cabal-syntax ^>=3.16.0.0
15+
, Cabal ^>=3.16.0.0
1616
, tree-diff ^>=0.1 || ^>=0.2 || ^>=0.3
1717

1818
exposed-modules: Data.TreeDiff.Instances.Cabal

Cabal/Cabal.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: Cabal
3-
version: 3.17.0.0
3+
version: 3.16.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
@@ -39,7 +39,7 @@ library
3939
hs-source-dirs: src
4040

4141
build-depends:
42-
, Cabal-syntax ^>= 3.17
42+
, Cabal-syntax ^>= 3.16
4343
, array >= 0.4.0.1 && < 0.6
4444
, base >= 4.13 && < 5
4545
, bytestring >= 0.10.0.0 && < 0.13

Cabal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.15.0.0
1+
VERSION=3.16.0.0
22

33
#KIND=devel
44
KIND=rc

bootstrap/linux-9.10.2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"revision": null,
125125
"source": "local",
126126
"src_sha256": null,
127-
"version": "3.17.0.0"
127+
"version": "3.16.0.0"
128128
},
129129
{
130130
"cabal_sha256": null,
@@ -136,7 +136,7 @@
136136
"revision": null,
137137
"source": "local",
138138
"src_sha256": null,
139-
"version": "3.17.0.0"
139+
"version": "3.16.0.0"
140140
},
141141
{
142142
"cabal_sha256": null,
@@ -146,7 +146,7 @@
146146
"revision": null,
147147
"source": "local",
148148
"src_sha256": null,
149-
"version": "3.17"
149+
"version": "3.16"
150150
},
151151
{
152152
"cabal_sha256": "725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e",
@@ -308,7 +308,7 @@
308308
"revision": null,
309309
"source": "local",
310310
"src_sha256": null,
311-
"version": "3.17.0.0"
311+
"version": "3.16.0.0"
312312
},
313313
{
314314
"cabal_sha256": "0e9de2ccce261e7a5b027e842f6f47f50eb0e6059a0de98a5479f75aa8164107",
@@ -487,7 +487,7 @@
487487
"revision": null,
488488
"source": "local",
489489
"src_sha256": null,
490-
"version": "3.17.0.0"
490+
"version": "3.16.0.0"
491491
},
492492
{
493493
"cabal_sha256": null,
@@ -501,7 +501,7 @@
501501
"revision": null,
502502
"source": "local",
503503
"src_sha256": null,
504-
"version": "3.17.0.0"
504+
"version": "3.16.0.0"
505505
}
506506
]
507507
}

bootstrap/linux-9.12.2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"revision": null,
129129
"source": "local",
130130
"src_sha256": null,
131-
"version": "3.17.0.0"
131+
"version": "3.16.0.0"
132132
},
133133
{
134134
"cabal_sha256": null,
@@ -140,7 +140,7 @@
140140
"revision": null,
141141
"source": "local",
142142
"src_sha256": null,
143-
"version": "3.17.0.0"
143+
"version": "3.16.0.0"
144144
},
145145
{
146146
"cabal_sha256": null,
@@ -150,7 +150,7 @@
150150
"revision": null,
151151
"source": "local",
152152
"src_sha256": null,
153-
"version": "3.17"
153+
"version": "3.16"
154154
},
155155
{
156156
"cabal_sha256": "725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e",
@@ -312,7 +312,7 @@
312312
"revision": null,
313313
"source": "local",
314314
"src_sha256": null,
315-
"version": "3.17.0.0"
315+
"version": "3.16.0.0"
316316
},
317317
{
318318
"cabal_sha256": "0e9de2ccce261e7a5b027e842f6f47f50eb0e6059a0de98a5479f75aa8164107",
@@ -479,7 +479,7 @@
479479
"revision": null,
480480
"source": "local",
481481
"src_sha256": null,
482-
"version": "3.17.0.0"
482+
"version": "3.16.0.0"
483483
},
484484
{
485485
"cabal_sha256": null,
@@ -493,7 +493,7 @@
493493
"revision": null,
494494
"source": "local",
495495
"src_sha256": null,
496-
"version": "3.17.0.0"
496+
"version": "3.16.0.0"
497497
}
498498
]
499499
}

bootstrap/linux-9.2.8.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"revision": null,
155155
"source": "local",
156156
"src_sha256": null,
157-
"version": "3.17.0.0"
157+
"version": "3.16.0.0"
158158
},
159159
{
160160
"cabal_sha256": "6def2e07c317f52f4d30c43e92f97b7bc5f7c27cb1270d386b15dce429e1180f",
@@ -178,7 +178,7 @@
178178
"revision": null,
179179
"source": "local",
180180
"src_sha256": null,
181-
"version": "3.17.0.0"
181+
"version": "3.16.0.0"
182182
},
183183
{
184184
"cabal_sha256": null,
@@ -188,7 +188,7 @@
188188
"revision": null,
189189
"source": "local",
190190
"src_sha256": null,
191-
"version": "3.17"
191+
"version": "3.16"
192192
},
193193
{
194194
"cabal_sha256": "725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e",
@@ -361,7 +361,7 @@
361361
"revision": null,
362362
"source": "local",
363363
"src_sha256": null,
364-
"version": "3.17.0.0"
364+
"version": "3.16.0.0"
365365
},
366366
{
367367
"cabal_sha256": "0e9de2ccce261e7a5b027e842f6f47f50eb0e6059a0de98a5479f75aa8164107",
@@ -538,7 +538,7 @@
538538
"revision": null,
539539
"source": "local",
540540
"src_sha256": null,
541-
"version": "3.17.0.0"
541+
"version": "3.16.0.0"
542542
},
543543
{
544544
"cabal_sha256": null,
@@ -552,7 +552,7 @@
552552
"revision": null,
553553
"source": "local",
554554
"src_sha256": null,
555-
"version": "3.17.0.0"
555+
"version": "3.16.0.0"
556556
}
557557
]
558558
}

0 commit comments

Comments
 (0)