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.5.1.0
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.5.2.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 11, 2018

  1. Build haskell-src-exts single-threaded first

    Letting all dependencies build at once can lead to out of memory on CI.
    pbrisbin committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    a8687be View commit details
    Browse the repository at this point in the history
  2. Tweak CI environment variables

    - Always use STACK_YAML, because we sometimes do
    - Pass --no-terminal for better output
    pbrisbin committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    f46d3bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17cbf54 View commit details
    Browse the repository at this point in the history
  4. Always upgrade Stack

    pbrisbin committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    2f0c6ed View commit details
    Browse the repository at this point in the history
  5. Disable linting on nightly

    pbrisbin committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    f1cf1d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fd868e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Brittany

    pbrisbin committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    92beb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37343fa View commit details
    Browse the repository at this point in the history
  3. Move Exception to its own module

    This will avoid cycles later.
    pbrisbin committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    dc033e1 View commit details
    Browse the repository at this point in the history
  4. Ensure we rescue our exceptions too

    For some reason, I thought tryIO would catch our own exception is we
    threw them via throwIO, but that's incorrect. Our own exceptions are not
    IOExceptions, so they squeak by. This fixes that.
    pbrisbin committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e3c6178 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Implement different exceptions for different cases

    I had hoped to get away from this entirely, to an Either-based
    interface, but that seems to be stalling as an initiative. So in the
    meantime, let's at least make our exceptions more meaningful.
    pbrisbin committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    1411bb5 View commit details
    Browse the repository at this point in the history
  2. Version bump

    pbrisbin committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    46dfc12 View commit details
    Browse the repository at this point in the history
Loading