diff options
-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 |