Skip to content

Commit 9a38379

Browse files
Test GHC 9.12.2
1 parent e718ae5 commit 9a38379

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

cabal-bounds-upper.project

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
packages: ./redact.cabal
22

3-
with-compiler: ghc-9.12.1
3+
with-compiler: ghc-9.12.2
44

55
constraints:
66
-- https://hackage.haskell.org/package/ansi-terminal
77
ansi-terminal == 1.1.2
88

99
-- https://hackage.haskell.org/package/array
1010
-- GHC boot library
11-
-- vendored dependency
11+
-- (dependency of vendored dependency)
1212
, array == 0.5.8.0
1313

1414
-- https://hackage.haskell.org/package/base
1515
-- GHC boot library
1616
, base == 4.21.0.0
1717

1818
-- https://hackage.haskell.org/package/constraints
19-
-- vendored dependency
19+
-- (dependency of vendored dependency)
2020
, constraints == 0.14.2
2121

2222
-- https://hackage.haskell.org/package/containers
2323
-- GHC boot library
24-
-- vendored dependency
24+
-- (dependency of vendored dependency)
2525
, containers == 0.7
2626

2727
-- https://hackage.haskell.org/package/data-default
28-
-- vendored dependency
29-
, data-default == 0.8.0.0
28+
-- (dependency of vendored dependency)
29+
, data-default == 0.8.0.1
3030

3131
-- https://hackage.haskell.org/package/directory
3232
-- GHC boot library
3333
, directory == 1.3.9.0
3434

3535
-- https://hackage.haskell.org/package/exceptions
3636
-- GHC boot library
37-
-- vendored dependency
37+
-- (dependency of vendored dependency)
3838
, exceptions == 0.10.9
3939

4040
-- https://hackage.haskell.org/package/extra
41-
-- vendored dependency
41+
-- (dependency of vendored dependency)
4242
, extra == 1.8
4343

4444
-- https://hackage.haskell.org/package/monad-control
45-
-- vendored dependency
45+
-- (dependency of vendored dependency)
4646
, monad-control == 1.0.3.1
4747

4848
-- https://hackage.haskell.org/package/mtl
4949
-- GHC boot library
50-
-- vendored dependency
50+
-- (dependency of vendored dependency)
5151
, mtl == 2.3.1
5252

5353
-- https://hackage.haskell.org/package/optparse-applicative
@@ -58,32 +58,32 @@ constraints:
5858

5959
-- https://hackage.haskell.org/package/stm
6060
-- GHC boot library
61-
-- vendored dependency
61+
-- (dependency of vendored dependency)
6262
, stm == 2.5.3.1
6363

6464
-- https://hackage.haskell.org/package/syb
65-
-- vendored dependency
65+
-- (dependency of vendored dependency)
6666
, syb == 0.7.2.4
6767

6868
-- https://hackage.haskell.org/package/tasty
69-
, tasty == 1.5.2
69+
, tasty == 1.5.3
7070

7171
-- https://hackage.haskell.org/package/tasty-hunit
7272
, tasty-hunit == 0.10.2
7373

7474
-- https://hackage.haskell.org/package/template-haskell
7575
-- GHC boot library
76-
-- vendored dependency
76+
-- (dependency of vendored dependency)
7777
, template-haskell == 2.23.0.0
7878

7979
-- https://hackage.haskell.org/package/text
8080
-- (GHC boot library from GHC 8.4)
8181
, text == 2.1.2
8282

8383
-- https://hackage.haskell.org/package/transformers-base
84-
-- vendored dependency
84+
-- (dependency of vendored dependency)
8585
, transformers-base == 0.4.6
8686

8787
-- https://hackage.haskell.org/package/unliftio
88-
-- vendored dependency
89-
, unliftio == 0.2.25.0
88+
-- (dependency of vendored dependency)
89+
, unliftio == 0.2.25.1

redact.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tested-with:
2929
|| ==9.6.7
3030
|| ==9.8.4
3131
|| ==9.10.1
32-
|| ==9.12.1
32+
|| ==9.12.2
3333

3434
source-repository head
3535
type: git
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: ghc-9.12.1
1+
resolver: ghc-9.12.2
22

33
packages:
44
- .
@@ -17,7 +17,7 @@ extra-deps:
1717
- clock-0.8.4
1818
- colour-2.3.6
1919
- constraints-0.14.2
20-
- data-default-0.8.0.0
20+
- data-default-0.8.0.1
2121
- extra-1.8
2222
- hashable-1.5.0.0
2323
- monad-control-1.0.3.1
@@ -27,9 +27,9 @@ extra-deps:
2727
- safe-exceptions-0.1.7.4
2828
- syb-0.7.2.4
2929
- tagged-0.8.9
30-
- tasty-1.5.2
30+
- tasty-1.5.3
3131
- tasty-hunit-0.10.2
3232
- transformers-base-0.4.6
3333
- transformers-compat-0.7.2
34-
- unliftio-0.2.25.0
34+
- unliftio-0.2.25.1
3535
- unliftio-core-0.2.1.0

0 commit comments

Comments
 (0)