yesod/yesod-core/Yesod/Routes/TH
Maximilian Tagher 08ef0e26dc Derive Show instances for route data structures
* It's very helpful to have a Show instance for debugging and development
* Currently third party packages are deriving this instance themselves which is not ideal.
    * http://hackage.haskell.org/package/yesod-routes-flow-2.0/docs/src/Yesod-Routes-Flow-Generator.html
    * http://hackage.haskell.org/package/yesod-routes-typescript-0.3.0.0/docs/src/Yesod-Routes-Typescript-Generator.html
    * This change would break those packages, which isn't great
         * At least the typescript one is broken anyway
2018-03-04 15:59:54 -08:00
..
Dispatch.hs Pass hierarchical route arguments to subsites 2016-01-19 15:21:15 +05:30
ParseRoute.hs Change mkYesodWith to accept separate lists for contexts and type 2018-01-22 00:19:04 -05:00
RenderRoute.hs Change mkYesodWith to accept separate lists for contexts and type 2018-01-22 00:19:04 -05:00
RouteAttrs.hs Change mkYesodWith to accept separate lists for contexts and type 2018-01-22 00:19:04 -05:00
Types.hs Derive Show instances for route data structures 2018-03-04 15:59:54 -08:00