yesod/yesod-core/test
Erik de Castro Lopo 226c381baa yesod-core: Make it work with ghc-8.0
Use CPP hackery to make it compile with ghc-8.0 and ghc 7.10. If
ghc-7.10 works, I assume earlier supported versions of GHC also
work. All tests pass with both GHC versions.

Unfortunately, the TH changes force changes in the type signature
of Yesod.Routes.TH.RenderRoute.mkRouteCons from:

    mkRouteCons :: [ResourceTree Type] -> ([Con], [Dec])

to

    mkRouteCons :: [ResourceTree Type] -> Q ([Con], [Dec])

and I can't see a way around that.
2016-04-19 14:52:03 +10:00
..
YesodCoreTest yesod-core: Make it work with ghc-8.0 2016-04-19 14:52:03 +10:00
en.msg Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
Hierarchy.hs Allow lines of dashes in route files 2016-03-11 14:09:57 +06:00
RouteSpec.hs Fix tests for unwrapping hook 2015-12-10 09:53:55 -08:00
test.hs fix test.hs reference 2011-12-06 08:30:12 -03:00
YesodCoreTest.hs Add CSRF protection functions/middleware that support AJAX requests 2015-08-17 16:52:39 -07:00