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 d29fb15 commit 9d80692Copy full SHA for 9d80692
cabal.project
@@ -50,8 +50,6 @@ constraints:
50
-- C++ is hard to distribute, especially on older GHCs
51
-- See https://github.com/haskell/haskell-language-server/issues/3822
52
text -simdutf,
53
- -- strange solver errors without this, seems like it should not be required
54
- filepath installed,
55
ghc-check -ghc-check-use-package-abis,
56
ghc-lib-parser-ex -auto,
57
-- Centos 7 comes with an old gcc version that doesn't know about
@@ -73,7 +71,7 @@ source-repository-package
73
71
tag: 7a0af7a8fd38045fd15fb13445bdcc7085325460
74
72
-- END DELETE
75
76
-if impl(ghc >= 9.3)
+if impl(ghc >= 9.1)
77
-- ekg packagess are old and unmaintained, but we
78
-- don't rely on them for the mainline build, so
79
-- this is okay
0 commit comments