Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ packages:
purescript.cabal

source-repository-package
type: git
location: https://github.com/purescript/cheapskate.git
tag: 633c69024e061ad956f1aecfc137fb99a7a7a20b
type: git
location: https://github.com/purescript/cheapskate.git
tag: 633c69024e061ad956f1aecfc137fb99a7a7a20b

package purescript
ghc-options: -fspecialize-aggressively -fexpose-all-unfoldings
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
- '.'
ghc-options:
# Build with advanced optimizations enabled by default
"$locals": -O2 -Werror
"$locals": -O2 -Werror -fspecialize-aggressively -fexpose-all-unfoldings
extra-deps:
# As of 2021-11-08, the latest release of `language-javascript` is 0.7.1.0,
# but it has a problem with parsing the `async` keyword. It doesn't allow
Expand Down
Loading