diff --git a/justfile b/justfile index 90d1276e26..78105cb091 100644 --- a/justfile +++ b/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.