From e372e126b46a94a17486d8d6407b96bd6db62b23 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 6 Dec 2011 08:30:12 -0300 Subject: [PATCH] fix test.hs reference --- yesod-core/test/test.hs | 1 + yesod-core/yesod-core.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 yesod-core/test/test.hs diff --git a/yesod-core/test/test.hs b/yesod-core/test/test.hs new file mode 120000 index 00000000..a2dc0374 --- /dev/null +++ b/yesod-core/test/test.hs @@ -0,0 +1 @@ +../test.hs \ No newline at end of file diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 7a0ae43b..aff36b73 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -102,7 +102,7 @@ library test-suite tests type: exitcode-stdio-1.0 - main-is: ../test.hs + main-is: test.hs hs-source-dirs: test if flag(ghc7)