From 96d5f4bcf6f844e139a011913ec9209ca791d4e7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 19 Mar 2013 15:17:49 +0200 Subject: [PATCH] Remove unneeded test stuff from cabal file --- yesod-core/yesod-core.cabal | 9 --------- 1 file changed, 9 deletions(-) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 3604035f..3e846fec 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -39,16 +39,7 @@ extra-source-files: test/en.msg test/test.hs -flag test - description: Build the executable to run unit tests - default: False - library - -- Work around a bug in cabal. Without this, wai-test doesn't get built and - -- we have a missing dependency during --enable-tests builds. - if flag(test) - build-depends: wai-test - build-depends: base >= 4.3 && < 5 , time >= 1.1.4 , yesod-routes >= 1.2 && < 1.3