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: purescript-contrib/pulp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: purescript-contrib/pulp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simplify-build-scripts
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 23, 2019

  1. Simplify build scripts

    Obtaining a suitable version of the compiler is now outside the remit of
    the build scripts. This allows me to easily supply a different purs for
    building or testing with (in particular, this helps if I want to test
    against a compiler version which hasn't yet been released).
    hdgarrood committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    e4b249d View commit details
    Browse the repository at this point in the history
  2. fix .travis.yml

    hdgarrood committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    cf6133f View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    hdgarrood authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    53c0a65 View commit details
    Browse the repository at this point in the history
  4. Update .travis.yml

    hdgarrood authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    5108af7 View commit details
    Browse the repository at this point in the history
  5. Update appveyor.yml

    hdgarrood authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    3072f57 View commit details
    Browse the repository at this point in the history
  6. Update .travis.yml

    hdgarrood authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    6316e3a View commit details
    Browse the repository at this point in the history
  7. Update appveyor.yml

    hdgarrood authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    b87ee66 View commit details
    Browse the repository at this point in the history
  8. Update appveyor.yml

    hdgarrood authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    5f836fb View commit details
    Browse the repository at this point in the history
Loading