mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-17 07:01:41 +03:00
24 lines
513 B
YAML
24 lines
513 B
YAML
|
cradle:
|
||
|
direct:
|
||
|
arguments:
|
||
|
- -Wunused-binds
|
||
|
- -Wunused-imports
|
||
|
- -Worphans
|
||
|
- -Wunused-matches
|
||
|
- -Wincomplete-patterns
|
||
|
- -XBangPatterns
|
||
|
- -XDeriveGeneric
|
||
|
- -XGeneralizedNewtypeDeriving
|
||
|
- -XLambdaCase
|
||
|
- -XNamedFieldPuns
|
||
|
- -XRecordWildCards
|
||
|
- -XScopedTypeVariables
|
||
|
- -XStandaloneDeriving
|
||
|
- -XTupleSections
|
||
|
- -XTypeApplications
|
||
|
- -XViewPatterns
|
||
|
- -package=ghc
|
||
|
- -DGHC_STABLE
|
||
|
- -isrc
|
||
|
- -iexe
|