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/hspec-junit-formatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0.0
Choose a base ref
...
head repository: freckle/hspec-junit-formatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 7, 2022

  1. Test against older GHCs on CI

    These resolvers add 8.8, 8.6, and 8.4 to our CI suite.
    pbrisbin committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2801c07 View commit details
    Browse the repository at this point in the history
  2. Use library for ISO8601 formatting

    Data.Format.Time requires a newer version of time. While not visible in
    this usage (showing), I also find this library *far* easier to use than
    time's facilities for this in general (e.g. parsing).
    pbrisbin committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    07869a3 View commit details
    Browse the repository at this point in the history
  3. Set STACK_YAML to our oldest resolver when releasing

    Using --pvp-bounds=lower (which this does) sets any unspecified lower
    bounds to the version present in the active resolver. Since we (now) CI
    on older GHCs through older resolver sets, we should use the oldest one
    we have for this operation, so we set the lowest lower bounds we can
    (while still setting bounds to things we actively CI with).
    pbrisbin committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    31c0b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa0f00c View commit details
    Browse the repository at this point in the history
  5. Add lint Job on CI

    pbrisbin committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ac38a8f View commit details
    Browse the repository at this point in the history
  6. Version bump

    pbrisbin committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e668178 View commit details
    Browse the repository at this point in the history
Loading