Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derive Show instances for route data structures #1492

Merged
merged 1 commit into from
Mar 5, 2018
Merged

Commits on Mar 4, 2018

  1. 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
    MaxGabriel committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    08ef0e2 View commit details
    Browse the repository at this point in the history