yesod/yesod-core/Yesod/Routes
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
..
TH Derive Show instances for route data structures 2018-03-04 15:59:54 -08:00
Class.hs Document Route typeclasses 2014-10-05 15:06:23 -07:00
Overlap.hs Clean up a bunch of warnings 2014-09-29 08:08:02 +03:00
Parse.hs Accept multiple argument types inside brackets 2017-03-27 02:42:47 -04:00
TH.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00