Skip to content

Commit a9459e4

Browse files
committed
Preliminary ghc-9.14 support
Using ghc-9.14.0.20250819.
1 parent bf9f25d commit a9459e4

2 files changed

Lines changed: 27 additions & 4 deletions

File tree

base64-bytestring-type.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
-- boot libraries
6565
-- https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory
6666
build-depends:
67-
base >=4.7.0.0 && <4.22
67+
base >=4.7.0.0 && <4.23
6868
, binary >=0.7.1.0 && <0.10
6969
, bytestring >=0.10.4.0 && <0.13
7070
, deepseq >=1.3.0.2 && <1.6

cabal.project

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,46 @@
11
packages: .
22

3-
if impl (ghc >= 9.12)
3+
if impl (ghc >= 9.14)
44
allow-newer:
5+
, aeson:containers
6+
, aeson:template-haskell
57
, assoc:base
8+
, bifunctors:template-haskell
69
, cborg:base
7-
, containers:base
10+
, cborg:containers
811
, data-fix:base
12+
, generically:base
913
, hashable:base
14+
, hashable:containers
15+
, hashable:ghc-bignum
1016
, http-api-data:base
17+
, http-api-data:containers
1118
, indexed-traversable:base
19+
, indexed-traversable:containers
1220
, indexed-traversable-instances:base
1321
, integer-conversion:base
1422
, integer-logarithms:base
23+
, integer-logarithms:ghc-bignum
1524
, OneTuple:base
25+
, primitive:base
1626
, scientific:base
27+
, scientific:containers
28+
, scientific:template-haskell
1729
, semialign:base
30+
, semialign:containers
1831
, serialise:base
32+
, serialise:containers
1933
, splitmix:base
34+
, tagged:template-haskell
35+
, text:base
2036
, text-short:base
37+
, text-short:template-haskell
38+
, th-abstraction:template-haskell
39+
, th-compat:template-haskell
2140
, these:base
2241
, time-compat:base
23-
, unix:base
42+
, unordered-containers:template-haskell
43+
, uuid-types:template-haskell
44+
, vector:base
45+
, vector-stream:base
46+
, witherable:containers

0 commit comments

Comments
 (0)