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

Commits on Jan 7, 2015

  1. Allow transformers 0.4

    snoyberg committed Jan 7, 2015
    Copy the full SHA
    9524778 View commit details
  2. Merge pull request #21 from snoyberg/master

    Allow transformers 0.4
    pbrisbin committed Jan 7, 2015
    Copy the full SHA
    b604577 View commit details
  3. Version bump

    pbrisbin committed Jan 7, 2015

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    pbrisbin Pat Brisbin
    Copy the full SHA
    d840af3 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.11
version: 0.0.12
license: BSD3
license-file: LICENSE
author: Tom Streller
@@ -39,7 +39,7 @@ library
, yesod-auth >= 1.3 && < 1.5
, text >= 0.7 && < 2.0
, yesod-form >= 1.3 && < 1.5
, transformers >= 0.2.2 && < 0.4
, transformers >= 0.2.2 && < 0.5
, hoauth2 >= 0.4.1 && < 0.5
, lifted-base >= 0.2 && < 0.4
, uuid >= 1.3 && < 1.4