fix build attempt

This commit is contained in:
Steffen Jost 2023-01-19 10:09:52 +01:00
parent cd51e4e5d3
commit f308a7ce47

View File

@ -255,8 +255,9 @@ ghc-options:
- -fno-warn-partial-type-signatures - -fno-warn-partial-type-signatures
- -fno-max-relevant-binds - -fno-max-relevant-binds
- -j1 - -j1
- -freduction-depth=400 - -freduction-depth=0
- -split-sections - --enable-split-sections
# -freduction-depth=400 for type simplification is not enough, types are already more complicated
when: when:
- condition: flag(pedantic) - condition: flag(pedantic)
ghc-options: ghc-options: