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.0.10
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.0.11
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 6, 2014

  1. Bump aeson version requirement

    Yesod 1.4 uses Aeson 0.8.0.1, which makes this library incompatible.
    Bumping this to 0.9 matches Yesod's requirements.
    gfontenot committed Oct 6, 2014
    Copy the full SHA
    34db743 View commit details

Commits on Oct 10, 2014

  1. Merge pull request #15 from gfontenot/master

    Bump aeson version requirement
    pbrisbin committed Oct 10, 2014
    Copy the full SHA
    95afd6f View commit details

Commits on Nov 7, 2014

  1. Version bump

    pbrisbin committed Nov 7, 2014

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    pbrisbin Pat Brisbin
    Copy the full SHA
    784025d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 yesod-auth-oauth2.cabal
4 changes: 2 additions & 2 deletions yesod-auth-oauth2.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yesod-auth-oauth2
version: 0.0.10
version: 0.0.11
license: BSD3
license-file: LICENSE
author: Tom Streller
@@ -33,7 +33,7 @@ library
build-depends: bytestring >= 0.9.1.4
, http-conduit >= 2.0 && < 3.0
, http-types >= 0.8 && < 0.9
, aeson >= 0.6 && < 0.8
, aeson >= 0.6 && < 0.9
, yesod-core >= 1.2 && < 1.5
, authenticate >= 1.3.2.7 && < 1.4
, yesod-auth >= 1.3 && < 1.5