1
1
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:
Jan Mas Rovira 2024-02-08 09:31:11 +01:00 committed by GitHub
parent 57bedc0d8c
commit 652c0e8eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.