File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ constraints:
50
50
-- C++ is hard to distribute, especially on older GHCs
51
51
-- See https://github.com/haskell/haskell-language-server/issues/3822
52
52
text -simdutf,
53
- -- strange solver errors without this, seems like it should not be required
54
- filepath installed,
55
53
ghc-check -ghc-check-use-package-abis,
56
54
ghc-lib-parser-ex -auto,
57
55
-- 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
73
76
- if impl(ghc >= 9.3 )
74
+ if impl(ghc >= 9.1 )
77
75
-- ekg packagess are old and unmaintained, but we
78
76
-- don't rely on them for the mainline build, so
79
77
-- this is okay
You can’t perform that action at this time.
0 commit comments