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 1861360 commit a2fac97Copy full SHA for a2fac97
cabal.project
@@ -51,8 +51,8 @@ write-ghc-environment-files: never
51
index-state: 2022-08-29T06:53:13Z
52
53
constraints:
54
- entropy >= 0.4.1.10,
55
- basement >= 0.0.15,
+ entropy >= 0.4.1.10, -- For GHC 9.4, older versions of entropy fail to build on Windows
+ basement >= 0.0.15, -- For GHC 9.4
56
hyphenation +embed,
57
-- remove this when hlint sets ghc-lib to true by default
58
-- https://github.com/ndmitchell/hlint/issues/1376
0 commit comments