Skip to content

Commit 4323823

Browse files
Test GHC 9.12.2
1 parent 5963762 commit 4323823

File tree

4 files changed

+100
-11
lines changed

4 files changed

+100
-11
lines changed

cabal-9.12.2.project

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
packages: queue-sheet.cabal
2+
3+
constraints:
4+
aeson +ordered-keymap,
5+
ginger == 0.10.6.0

cabal-bounds-upper.project

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages: ./queue-sheet.cabal
22

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

55
constraints:
66
-- https://hackage.haskell.org/package/aeson
@@ -9,22 +9,22 @@ constraints:
99

1010
-- https://hackage.haskell.org/package/base
1111
-- GHC boot library
12-
, base == 4.20.0.0
12+
, base == 4.21.0.0
1313

1414
-- https://hackage.haskell.org/package/bytestring
1515
-- GHC boot library
16-
, bytestring == 0.12.1.0
16+
, bytestring == 0.12.2.0
1717

1818
-- https://hackage.haskell.org/package/directory
1919
-- GHC boot library
20-
, directory == 1.3.8.3
20+
, directory == 1.3.9.0
2121

2222
-- https://hackage.haskell.org/package/filepath
2323
-- GHC boot library
24-
, filepath == 1.5.2.0
24+
, filepath == 1.5.4.0
2525

2626
-- https://hackage.haskell.org/package/ginger
27-
, ginger == 0.10.5.2
27+
, ginger == 0.10.6.0
2828

2929
-- https://hackage.haskell.org/package/optparse-applicative
3030
, optparse-applicative == 0.18.1.0
@@ -34,24 +34,24 @@ constraints:
3434

3535
-- https://hackage.haskell.org/package/process
3636
-- GHC boot library
37-
, process == 1.6.19.0
37+
, process == 1.6.25.0
3838

3939
-- https://hackage.haskell.org/package/scientific
4040
, scientific == 0.3.8.0
4141

4242
-- https://hackage.haskell.org/package/tasty
43-
, tasty == 1.5.2
43+
, tasty == 1.5.3
4444

4545
-- https://hackage.haskell.org/package/tasty-hunit
4646
, tasty-hunit == 0.10.2
4747

4848
-- https://hackage.haskell.org/package/text
4949
-- GHC boot library
50-
, text == 2.1.1
50+
, text == 2.1.2
5151

5252
-- https://hackage.haskell.org/package/transformers
5353
-- GHC boot library
54-
, transformers == 0.6.1.1
54+
, transformers == 0.6.2.0
5555

5656
-- https://hackage.haskell.org/package/ttc
5757
, ttc == 1.5.0.0

queue-sheet.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tested-with:
2929
|| ==9.6.7
3030
|| ==9.8.4
3131
|| ==9.10.1
32+
|| ==9.12.2
3233

3334
source-repository head
3435
type: git
@@ -53,7 +54,7 @@ library
5354
Paths_queue_sheet
5455
build-depends:
5556
aeson >= 1.4.7.1 && <2.3
56-
, base >=4.13 && <4.21
57+
, base >=4.13 && <4.22
5758
, bytestring >=0.10.10.1 && <0.13
5859
, directory >=1.3.6 && <1.4
5960
, filepath >=1.4.2.1 && <1.6

stack-9.12.2.yaml

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
resolver: ghc-9.12.2
2+
3+
packages:
4+
- .
5+
6+
flags:
7+
aeson:
8+
ordered-keymap: false
9+
10+
extra-deps:
11+
- aeson-2.2.3.0
12+
- aeson-pretty-0.8.10
13+
- ansi-terminal-1.1.2
14+
- ansi-terminal-types-1.1
15+
- assoc-1.1.1
16+
- attoparsec-0.14.4
17+
- attoparsec-aeson-2.2.2.0
18+
- base-compat-0.14.1
19+
- base-orphans-0.9.3
20+
- bifunctors-5.6.2
21+
- bitvec-1.1.5.0
22+
- call-stack-0.4.0
23+
- case-insensitive-1.2.1.0
24+
- character-ps-0.1
25+
- cmdargs-0.10.22
26+
- colour-2.3.6
27+
- comonad-5.0.9
28+
- conduit-1.3.6.1
29+
- contravariant-1.5.5
30+
- data-default-0.8.0.1
31+
- data-fix-0.3.4
32+
- distributive-0.6.2.1
33+
- dlist-1.0
34+
- generically-0.1.1
35+
- ginger-0.10.6.0
36+
- hashable-1.5.0.0
37+
- http-types-0.12.4
38+
- indexed-traversable-0.1.4
39+
- indexed-traversable-instances-0.1.2
40+
- integer-conversion-0.1.1
41+
- integer-logarithms-1.0.4
42+
- libyaml-0.1.4
43+
- libyaml-clib-0.2.5
44+
- mono-traversable-1.0.21.0
45+
- network-uri-2.6.4.2
46+
- OneTuple-0.4.2
47+
- optparse-applicative-0.18.1.0
48+
- prettyprinter-1.7.1
49+
- prettyprinter-ansi-terminal-1.1.3
50+
- primitive-0.9.1.0
51+
- QuickCheck-2.15.0.1
52+
- random-1.3.1
53+
- regex-base-0.94.0.3
54+
- regex-tdfa-1.3.2.3
55+
- resourcet-1.3.0
56+
- safe-0.3.21
57+
- scientific-0.3.8.0
58+
- semialign-1.3.1
59+
- semigroupoids-6.0.1
60+
- split-0.2.5
61+
- splitmix-0.1.1
62+
- StateVar-1.2.2
63+
- strict-0.5.1
64+
- tagged-0.8.9
65+
- tasty-1.5.3
66+
- tasty-hunit-0.10.2
67+
- text-iso8601-0.1.1
68+
- text-short-0.1.6
69+
- th-abstraction-0.7.1.0
70+
- th-compat-0.1.6
71+
- these-1.2.1
72+
- time-compat-1.9.8
73+
- transformers-compat-0.7.2
74+
- ttc-1.5.0.0
75+
- unliftio-core-0.2.1.0
76+
- unordered-containers-0.2.20
77+
- utf8-string-1.0.2
78+
- uuid-types-1.0.6
79+
- vector-0.13.2.0
80+
- vector-algorithms-0.9.1.0
81+
- vector-stream-0.1.0.1
82+
- witherable-0.5
83+
- yaml-0.11.11.2

0 commit comments

Comments
 (0)