Skip to content

Commit 6e167d4

Browse files
committed
GHC 9.10 & 9.12 support
1 parent 8bf06c6 commit 6e167d4

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

cabal.project

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2025-01-30T00:54:30Z
1+
index-state: 2025-05-05T00:00:00Z
22

33
packages: ./typed-protocols
44
./typed-protocols-cborg
@@ -11,11 +11,8 @@ test-show-details: direct
1111

1212
if impl(ghc >= 9.12)
1313
allow-newer:
14-
-- https://github.com/well-typed/cborg/pull/339
15-
, cborg:base
16-
, cborg:ghc-prim
17-
, serialise:base
18-
, serialise:ghc-prim
14+
, serdoc-core:template-haskell
15+
, serdoc-core:th-abstraction
1916

2017
if os(windows)
2118
package text

typed-protocols-doc/typed-protocols-doc.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
, base64-bytestring >=1.2.1.0 && <1.3
4141
, blaze-html >=0.9.1.2 && <0.10
4242
, bytestring >=0.11 && <0.13
43-
, containers >=0.6.8 && <0.7
43+
, containers >=0.6.8 && <0.8
4444
, fgl >=5.7 && <5.9
4545
, filepath >=1.4.2.2 && <1.6
4646
, graphviz >=2999.20.1 && <2999.21.0
@@ -51,7 +51,7 @@ library
5151
, template-haskell >=2.13.0.0
5252
, temporary >=1.3 && <1.4
5353
, text >=1.1 && <2.2
54-
, th-abstraction >=0.6.0.0 && <0.7
54+
, th-abstraction >=0.6.0.0 && <0.8
5555
, time >=1.12 && <1.14
5656
, serdoc-core
5757
, typed-protocols

0 commit comments

Comments
 (0)