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)