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: pbrisbin/bugsnag-haskell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4.1
Choose a base ref
...
head repository: pbrisbin/bugsnag-haskell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.4.2
Choose a head ref
  • 10 commits
  • 38 files changed
  • 2 contributors

Commits on Jun 22, 2021

  1. GitHub Actions

    pbrisbin authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7008bb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    7228aa1 View commit details
    Browse the repository at this point in the history
  2. Remove problematic doctest

    I think GHC 9 has a stage restriction here that is making this function
    not in scope. Also fun: if this example fails, more unrelated examples
    fail too.
    pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    e4d72db View commit details
    Browse the repository at this point in the history
  3. Stop passing -isrc to doctest

    Apparently, this is no longer required and makes everything fail. I love
    that doctest is itself so under documented and wildly finicky. Nice.
    pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    338af9a View commit details
    Browse the repository at this point in the history
  4. Support aeson-2

    Use CPP to create an id function called fromText for older Aeson where
    keys are just Text, or import the real Data.Aeson.Key.fromText when they
    are the new opaque Key type.
    pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    075c88d View commit details
    Browse the repository at this point in the history
  5. Whitespace

    pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    31b9516 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fa8502 View commit details
    Browse the repository at this point in the history
  7. Restyled by brittany

    restyled-commits authored and pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d26d4b2 View commit details
    Browse the repository at this point in the history
  8. Add Release GitHub Action

    pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7e96e80 View commit details
    Browse the repository at this point in the history
  9. Version bump

    pbrisbin committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    40c5d3a View commit details
    Browse the repository at this point in the history
Loading