aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-04-30 12:40:49 +0200
committerTom Smeding <tom@tomsmeding.com>2024-04-30 12:40:49 +0200
commit8a9a440652e68c9c22f15e5cd0e41bcd8bb594c3 (patch)
treea46be6442a7e548e177403b7b2163fdd8ae83f1e
parent1f9909b154f96291725e7adb876d1dfd355bafc4 (diff)
GHC flags unnecessaryHEADmaster
-rw-r--r--repro.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/repro.cabal b/repro.cabal
index 86ba3e7..9a21b3b 100644
--- a/repro.cabal
+++ b/repro.cabal
@@ -10,6 +10,6 @@ executable test
main-is: Main.hs
other-modules: Foo
hs-source-dirs: .
- ghc-options: -Wall -O2 -threaded -rtsopts
+ ghc-options: -Wall
build-depends: base, template-haskell
default-language: Haskell2010