chore(build): fix ghc options
This commit is contained in:
parent
fd1271517c
commit
c7f8663f71
@ -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: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user