diff --git a/package.yaml b/package.yaml index 4969e3422..3b250dd6b 100644 --- a/package.yaml +++ b/package.yaml @@ -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: []