chore(build): fix ghc options

This commit is contained in:
Steffen Jost 2023-04-19 15:27:48 +00:00
parent fd1271517c
commit c7f8663f71

View File

@ -256,6 +256,8 @@ ghc-options:
- -fno-max-relevant-binds
- -j
- -freduction-depth=0
- -prof
- -fprof-auto
when:
- condition: flag(pedantic)
ghc-options:
@ -345,8 +347,6 @@ tests:
ghc-options:
- -fno-warn-orphans
- -threaded -rtsopts "-with-rtsopts=-N -T"
- -prof
- -fprof-auto
hlint:
main: Hlint.hs
other-modules: []