Run core-lint on the plugin tests

This commit is contained in:
Sandy Maguire 2019-10-09 14:51:03 +02:00
parent a86aec37fb
commit b0a54f3bfa
2 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,8 @@ tests:
- -rtsopts
- -with-rtsopts=-N
- -fplugin=Polysemy.Plugin
- -dcore-lint
- -dsuppress-all
build-tools:
- hspec-discover
dependencies:

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 01634ce3c7ac101e60c1a02f8ccad7ec499c02a04b66e5d9dd5993f314318097
-- hash: 736c186c771b4ab50e8d7cf9a5467675844f3cdb1df336b2d505572263cf01ef
name: polysemy-plugin
version: 0.2.3.0
@ -66,7 +66,7 @@ test-suite polysemy-plugin-test
hs-source-dirs:
test
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fplugin=Polysemy.Plugin
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fplugin=Polysemy.Plugin -dcore-lint -dsuppress-all
build-tool-depends:
hspec-discover:hspec-discover
build-depends: