From 707050f8817e3fb935689535bf01efaba3dc9730 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner <hexagoxel@hexagoxel.de> Date: Fri, 10 Apr 2020 23:29:06 +0200 Subject: [PATCH] Add rtsopts flag to test-suite --- butcher.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/butcher.cabal b/butcher.cabal index 1d448fb..8695318 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -34,6 +34,8 @@ library UI.Butcher.Monadic.IO UI.Butcher.Monadic.Interactive UI.Butcher.Monadic.BuiltinCommands + UI.Butcher.Applicative.Types + UI.Butcher.Applicative other-modules: UI.Butcher.Monadic.Internal.Types UI.Butcher.Monadic.Internal.Core build-depends: @@ -107,7 +109,7 @@ test-suite tests , deque , hspec } - ghc-options: -Wall + ghc-options: -Wall -rtsopts main-is: TestMain.hs other-modules: hs-source-dirs: src-tests