Skip to content

Commit eb7ecb6

Browse files
committed
Add -fexpose-all-unfoldings to parsec and Cabal in release project
1 parent d711f39 commit eb7ecb6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cabal.project.release

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ packages: Cabal/
22
packages: cabal-install/
33
tests: False
44
benchmarks: False
5+
optimizations: True
6+
7+
package Cabal
8+
ghc-options: -fexpose-all-unfoldings -fspecialise-aggressively
9+
10+
package parsec
11+
ghc-options: -fexpose-all-unfoldings

0 commit comments

Comments
 (0)