Skip to content

Commit 9d80692

Browse files
committed
Try this
1 parent d29fb15 commit 9d80692

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cabal.project

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ constraints:
5050
-- C++ is hard to distribute, especially on older GHCs
5151
-- See https://github.com/haskell/haskell-language-server/issues/3822
5252
text -simdutf,
53-
-- strange solver errors without this, seems like it should not be required
54-
filepath installed,
5553
ghc-check -ghc-check-use-package-abis,
5654
ghc-lib-parser-ex -auto,
5755
-- Centos 7 comes with an old gcc version that doesn't know about
@@ -73,7 +71,7 @@ source-repository-package
7371
tag: 7a0af7a8fd38045fd15fb13445bdcc7085325460
7472
-- END DELETE
7573

76-
if impl(ghc >= 9.3)
74+
if impl(ghc >= 9.1)
7775
-- ekg packagess are old and unmaintained, but we
7876
-- don't rely on them for the mainline build, so
7977
-- this is okay

0 commit comments

Comments
 (0)