Skip to content

Commit

Permalink
Align indentation where cabal check warns about it
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 30, 2023
1 parent 2f6dd29 commit e58f078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Flag dev {


Executable elm
ghc-options: -O2 -rtsopts -threaded "-with-rtsopts=-N -qg -A128m"
-- add -eventlog for (elm make src/Main.elm +RTS -l; threadscope elm.eventlog)
-- https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/
ghc-options: -O2 -rtsopts -threaded "-with-rtsopts=-N -qg -A128m"
-- add -eventlog for (elm make src/Main.elm +RTS -l; threadscope elm.eventlog)
-- https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/

Hs-Source-Dirs:
compiler/src
Expand Down

0 comments on commit e58f078

Please sign in to comment.