Skip to content

Commit d0b1fe2

Browse files
committed
undo -haddock change in cabal-ghc92.project
1 parent 5a9932b commit d0b1fe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cabal-ghc92.project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ with-compiler: ghc-9.2.2
3434
tests: true
3535

3636
package *
37-
-- ghc 8.10 cannot build ghc-lib 9.2 with --haddock
38-
-- ghc-options: -haddock
37+
ghc-options: -haddock
3938
test-show-details: direct
4039

4140
write-ghc-environment-files: never

cabal.project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ optional-packages: vendored/*/*.cabal
3737
tests: true
3838

3939
package *
40-
ghc-options: -haddock
40+
-- ghc 8.10 cannot build ghc-lib 9.2 with --haddock
41+
-- ghc-options: -haddock
4142
test-show-details: direct
4243

4344
write-ghc-environment-files: never

0 commit comments

Comments
 (0)