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 10b487c commit 52ba009Copy full SHA for 52ba009
cabal.project
@@ -65,6 +65,12 @@ allow-newer:
65
-- Do NOT add more source-repository-package stanzas here unless they are strictly
66
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
67
68
+
69
+if impl (ghc >= 9.10)
70
+ -- TODO: remove - this is for protolens
71
+ , *:base
72
+ , *:ghc-prim
73
74
if impl (ghc >= 9.12)
75
allow-newer:
76
-- https://github.com/phadej/vec/issues/118
@@ -90,3 +96,4 @@ if impl (ghc >= 9.12)
90
96
-- https://github.com/haskell-servant/servant/pull/1810
91
97
, servant:base
92
98
, servant-server:base
99
0 commit comments