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 5a9932b commit d0b1fe2Copy full SHA for d0b1fe2
cabal-ghc92.project
@@ -34,8 +34,7 @@ with-compiler: ghc-9.2.2
34
tests: true
35
36
package *
37
- -- ghc 8.10 cannot build ghc-lib 9.2 with --haddock
38
- -- ghc-options: -haddock
+ ghc-options: -haddock
39
test-show-details: direct
40
41
write-ghc-environment-files: never
cabal.project
@@ -37,7 +37,8 @@ optional-packages: vendored/*/*.cabal
- ghc-options: -haddock
+ -- ghc 8.10 cannot build ghc-lib 9.2 with --haddock
+ -- ghc-options: -haddock
42
43
44
0 commit comments