We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a2b34 commit 2ae299aCopy full SHA for 2ae299a
cabal.project
@@ -30,3 +30,7 @@ if impl (ghc >= 9.12)
30
, cborg:ghc-prim
31
, serialise:base
32
, serialise:ghc-prim
33
+
34
+-- ghc-9.2 pulls `ghc-heap-9.12` which is not compatible
35
+if impl(ghc < 9.4)
36
+ constraints: ghc-heap < 9.12
typed-protocols-examples/typed-protocols-examples.cabal
@@ -64,8 +64,7 @@ library
64
time,
65
typed-protocols ^>= 0.4,
66
typed-protocols-cborg,
67
- typed-protocols-stateful
68
-
+ typed-protocols-stateful,
69
hs-source-dirs: src
70
default-language: Haskell2010
71
ghc-options: -Wall
0 commit comments