Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freckle/yesod-auth-oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1.4
Choose a base ref
...
head repository: freckle/yesod-auth-oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1.5
Choose a head ref
  • 11 commits
  • 27 files changed
  • 1 contributor

Commits on Aug 24, 2020

  1. Reformat with Brittany

    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    c939633 View commit details
    Browse the repository at this point in the history
  2. Add watch target in Makefile

    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    2e3529c View commit details
    Browse the repository at this point in the history
  3. Update to latest GHC, Stackage resolver, hoauth2

    - Update to ghc-8.8 / lts-16.0
    - Update to hoauth2 >= 1.11.0
    
      - authGetBS has pre-encoded errors a v1.9
      - oauthClientSecret is Maybe at v1.11
    
    - Tweak non-default Resolvers as required
    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    28d2113 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b95eddf View commit details
    Browse the repository at this point in the history
  5. Add setup.tools to Makefile

    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    845d8e6 View commit details
    Browse the repository at this point in the history
  6. Brittany ErrorResponse

    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    cbe4aed View commit details
    Browse the repository at this point in the history
  7. Lint ErrorResponse

    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ebc12e4 View commit details
    Browse the repository at this point in the history
  8. Disable weeder on CI

    Something funky going on with version and we seem to get weeder-2 in
    some Jobs, but not others.
    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    537c037 View commit details
    Browse the repository at this point in the history
  9. Drop CI support for ghc-8.4

    It seems newer hoauth2 uses newer Cabal, which doesn't work in the
    resolver for ghc-8.4. It may build, and you're welcome to try, but we're
    dropping formal (e.g. CI-backed) support here.
    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    c607417 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG

    pbrisbin committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    bfc4c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Version bump

    pbrisbin committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5d78b88 View commit details
    Browse the repository at this point in the history
Loading