diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-04-30 12:40:49 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-04-30 12:40:49 +0200 |
commit | 8a9a440652e68c9c22f15e5cd0e41bcd8bb594c3 (patch) | |
tree | a46be6442a7e548e177403b7b2163fdd8ae83f1e | |
parent | 1f9909b154f96291725e7adb876d1dfd355bafc4 (diff) |
-rw-r--r-- | repro.cabal | 2 |
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 |