From 958de4bc22a43b054c21d5762a8724026faf4a2e Mon Sep 17 00:00:00 2001 From: Abdallatif Sulaiman Date: Fri, 12 Jul 2019 15:17:31 +0300 Subject: [PATCH] fix ghc main is option --- duckling.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/duckling.cabal b/duckling.cabal index f7ba06cd0..cda77bc58 100644 --- a/duckling.cabal +++ b/duckling.cabal @@ -815,7 +815,6 @@ library test-suite duckling-test type: exitcode-stdio-1.0 main-is: TestMain.hs - ghc-options: -main-is TestMain hs-source-dirs: tests build-depends: duckling , base