From e58f078c9e49c9be832a060d4938c7d948ce7c78 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Thu, 30 Nov 2023 06:54:04 -0500 Subject: [PATCH] Align indentation where cabal check warns about it --- elm.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elm.cabal b/elm.cabal index 144fada90..03838a043 100644 --- a/elm.cabal +++ b/elm.cabal @@ -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