Skip to content

Commit

Permalink
Enable TemplateHaskell extension by default when compiling, like it's…
Browse files Browse the repository at this point in the history
… already in dev mode. Fixes #1009
  • Loading branch information
mpscholten committed Jul 29, 2021
1 parent 57ddfe4 commit fe9d547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GHC_EXTENSIONS+= -XStandaloneDeriving
GHC_EXTENSIONS+= -XDerivingVia
GHC_EXTENSIONS+= -Werror=missing-fields
GHC_EXTENSIONS+= -fwarn-incomplete-patterns
GHC_EXTENSIONS+= -XTemplateHaskell

GHC_RTS_FLAGS := -A256m -n2m -N

Expand Down

0 comments on commit fe9d547

Please sign in to comment.