daml/compiler/hie-core/hie.yaml
Neil Mitchell 2e45ff3c57 Standalone pieces for hie-core (#1982)
* Add a .gitignore just for the hie-core piece

* Add standalone pieces to make hie-core work with a global Cabal install

* Add more things to .gitignore, PR suggestion

* Add copyright header
2019-07-03 11:51:46 +01:00

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