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
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
YesodCoreTest.hs Add CSRF protection functions/middleware that support AJAX requests 2015-08-17 16:52:39 -07:00