Skip to content

Commit 44bbe7e

Browse files
authored
Flip ghc-lib flag default to True (#445)
Otherwise, stylish-haskell fails to compile (without the user manually specifying flags) when the GHC version matches the GHC API version used by stylish-haskell.
1 parent 46abf79 commit 44bbe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylish-haskell.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Extra-source-files:
2424
data/stylish-haskell.yaml
2525

2626
Flag ghc-lib
27-
Default: False
27+
Default: True
2828
Manual: True
2929
Description:
3030
Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported

0 commit comments

Comments
 (0)