saner template

This commit is contained in:
Yann Esposito (Yogsototh) 2018-04-21 13:20:04 +02:00
parent 78818f2f53
commit b89c335c9a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -11,10 +11,15 @@ extra-source-files:
- README.md
- stack.yaml
default-extensions:
- OverloadedStrings
- NoImplicitPrelude
- OverloadedStrings
- NoImplicitPrelude
- ScopedTypeVariables
ghc-options:
- -Wall
- -Wcompat
- -Wincomplete-uni-patterns
- -Wredundant-constraints
- -Wnoncanonical-monad-instances
- -Werror
- -O2
dependencies:
@ -198,6 +203,13 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
{-# START_FILE .hlint.yaml #-}
- ignore: {name: Use String}
- error: {lhs: foldl x, rhs: foldl' x}
- error: {lhs: modifyTVar x, rhs: modifyTVar' x}
- error: {lhs: atomicModifyIORef x, rhs: atomicModifyIORef' x}
- group: {name: generalise, enabled: true}
{-# START_FILE README.md #-}
{{ name }}
==========