Skip to content

Commit e6a49c9

Browse files
Update GHC 9.12.2 config
1 parent 2f551f4 commit e6a49c9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

cabal-bounds-upper.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages: ./literatex.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/base
@@ -12,7 +12,7 @@ constraints:
1212
, bytestring == 0.12.2.0
1313

1414
-- https://hackage.haskell.org/package/conduit
15-
, conduit == 1.3.6
15+
, conduit == 1.3.6.1
1616

1717
-- https://hackage.haskell.org/package/filepath
1818
-- GHC boot library
@@ -38,4 +38,4 @@ constraints:
3838
, ttc == 1.5.0.0
3939

4040
-- https://hackage.haskell.org/package/unliftio
41-
, unliftio == 0.2.25.0
41+
, unliftio == 0.2.25.1

literatex.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: 6 additions & 6 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
- .
@@ -14,14 +14,14 @@ extra-deps:
1414
- bitvec-1.1.5.0
1515
- call-stack-0.4.0
1616
- colour-2.3.6
17-
- conduit-1.3.6
17+
- conduit-1.3.6.1
1818
- hashable-1.5.0.0
1919
- mono-traversable-1.0.21.0
2020
- optparse-applicative-0.18.1.0
2121
- prettyprinter-1.7.1
2222
- prettyprinter-ansi-terminal-1.1.3
23-
- primitive-0.9.0.0
24-
- random-1.2.1.3
23+
- primitive-0.9.1.0
24+
- random-1.3.1
2525
- resourcet-1.3.0
2626
- safe-exceptions-0.1.7.4
2727
- split-0.2.5
@@ -32,9 +32,9 @@ extra-deps:
3232
- text-short-0.1.6
3333
- transformers-compat-0.7.2
3434
- ttc-1.5.0.0
35-
- unliftio-0.2.25.0
35+
- unliftio-0.2.25.1
3636
- unliftio-core-0.2.1.0
3737
- unordered-containers-0.2.20
3838
- vector-0.13.2.0
39-
- vector-algorithms-0.9.0.3
39+
- vector-algorithms-0.9.1.0
4040
- vector-stream-0.1.0.1

0 commit comments

Comments
 (0)