mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
Add -XBangPatterns
to the justfile (#2627)
This commit is contained in:
parent
57bedc0d8c
commit
652c0e8eb2
1
justfile
1
justfile
@ -44,6 +44,7 @@ default:
|
||||
--ghc-opt -XMultiParamTypeClasses \
|
||||
--ghc-opt -XTemplateHaskell \
|
||||
--ghc-opt -XImportQualifiedPost \
|
||||
--ghc-opt -XBangPatterns \
|
||||
--mode inplace
|
||||
|
||||
# Formats all Haskell files in the project. `format changed` formats only changed files. `format FILES` formats individual files.
|
||||
|
Loading…
Reference in New Issue
Block a user