File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ packages:
22 purescript.cabal
33
44source-repository-package
5- type : git
6- location : https://github.com/purescript/cheapskate.git
7- tag : 633c69024e061ad956f1aecfc137fb99a7a7a20b
5+ type : git
6+ location : https://github.com/purescript/cheapskate.git
7+ tag : 633c69024e061ad956f1aecfc137fb99a7a7a20b
8+
9+ package purescript
10+ ghc-options : -fspecialize-aggressively -fexpose-all-unfoldings
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ packages:
66- ' .'
77ghc-options :
88 # Build with advanced optimizations enabled by default
9- " $locals " : -O2 -Werror
9+ " $locals " : -O2 -Werror -fspecialize-aggressively -fexpose-all-unfoldings
1010extra-deps :
1111# As of 2021-11-08, the latest release of `language-javascript` is 0.7.1.0,
1212# but it has a problem with parsing the `async` keyword. It doesn't allow
You can’t perform that action at this time.
0 commit comments