Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Use a stack cradle in hie.yaml (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored Sep 25, 2019
1 parent f538492 commit baa59d4
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions hie.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
cradle:
direct:
arguments:
- -Wunused-binds
- -Wunused-imports
- -Worphans
- -Wunused-matches
- -Wincomplete-patterns
- -XBangPatterns
- -XDeriveGeneric
- -XGeneralizedNewtypeDeriving
- -XOverloadedStrings
- -XDeriveFunctor
- -XLambdaCase
- -XNamedFieldPuns
- -XRecordWildCards
- -XScopedTypeVariables
- -XStandaloneDeriving
- -XTupleSections
- -XTypeApplications
- -XViewPatterns
- -package=ghc
- -ignore-package=ghc-lib-parser
- -ignore-package=ghc-lib
- -DGHC_STABLE
- -Iinclude
- -idist/build/autogen
- -isrc
- -iexe
- -itest/cabal
- -itest/src
- -itest/exe
cradle: {stack}

0 comments on commit baa59d4

Please sign in to comment.