yesod/yesod-core/Yesod
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
..
Core Fix compilation in #1484 2018-02-05 12:14:54 +02:00
Routes Derive Show instances for route data structures 2018-03-04 15:59:54 -08:00
Core.hs Switch to SubHandlerFor 2018-01-24 13:01:26 +02:00