Skip to content

Commit 52ba009

Browse files
committed
Build with 9.10
1 parent 10b487c commit 52ba009

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cabal.project

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ allow-newer:
6565
-- Do NOT add more source-repository-package stanzas here unless they are strictly
6666
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
6767

68+
69+
if impl (ghc >= 9.10)
70+
-- TODO: remove - this is for protolens
71+
, *:base
72+
, *:ghc-prim
73+
6874
if impl (ghc >= 9.12)
6975
allow-newer:
7076
-- https://github.com/phadej/vec/issues/118
@@ -90,3 +96,4 @@ if impl (ghc >= 9.12)
9096
-- https://github.com/haskell-servant/servant/pull/1810
9197
, servant:base
9298
, servant-server:base
99+

0 commit comments

Comments
 (0)