Skip to content

Commit

Permalink
Use new prefer-byte-code option for faster rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 3, 2023
1 parent 67e2496 commit 06bc461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ghci
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
:set -XMultiWayIf
:set -XFunctionalDependencies
:set -XTemplateHaskell
:set -fbyte-code
:set -fprefer-byte-code
:set -fbyte-code-and-object-code
:set -Wno-partial-type-signatures
:set -XPartialTypeSignatures
:set -XStandaloneDeriving
Expand Down

0 comments on commit 06bc461

Please sign in to comment.