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