Skip to content

Commit

Permalink
Add -XBangPatterns to the justfile (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored Feb 8, 2024
1 parent 57bedc0 commit 652c0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 652c0e8

Please sign in to comment.