From e514f9375c34d45fa4ce83b8934493c16f8f9a43 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 Nov 2011 06:27:40 +0200 Subject: [PATCH] Fix a broken cabal file --- yesod-core/yesod-core.cabal | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index ca4cb911..4a67d5e5 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -16,15 +16,15 @@ build-type: Simple homepage: http://www.yesodweb.com/ extra-source-files: test/en.msg - test/Test/NoOverloadedStrings.hs - test/Test/Media.hs - test/Test/Exceptions.hs - test/Test/Widget.hs - test/Test/CleanPath.hs - test/Test/Links.hs - test/Test/InternalRequest.hs - test/Test/ErrorHandling.hs - test/main.hs + test/YesodCoreTest/NoOverloadedStrings.hs + test/YesodCoreTest/Media.hs + test/YesodCoreTest/Exceptions.hs + test/YesodCoreTest/Widget.hs + test/YesodCoreTest/CleanPath.hs + test/YesodCoreTest/Links.hs + test/YesodCoreTest/InternalRequest.hs + test/YesodCoreTest/ErrorHandling.hs + test.hs flag test description: Build the executable to run unit tests