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: spl/dlist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1.2
Choose a base ref
...
head repository: spl/dlist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8
Choose a head ref
  • 14 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 23, 2015

  1. Update copyright year to 2015

    spl committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    eeef45d View commit details
    Browse the repository at this point in the history
  2. Add references to README.md

    spl committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    b287ed6 View commit details
    Browse the repository at this point in the history
  3. Fix author in reference

    spl committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    c2343d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Canonicalise Monad instance

    Btw, the `INLINE`s are probably redundant but they were there before
    hvr committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    a0b1d98 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. Merge pull request #23 from hvr/pr/canonical-monad-instances

    Canonicalise Monad instance
    spl committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    56c5cde View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Use inflexible instance for IsString

    Closes #26
    spl committed May 3, 2016
    Configuration menu
    Copy the full SHA
    a3e4ace View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Add GHC 8.0.1 and cabal-install 1.24

    * Use legacy Travis-CI build environment (not the newer container build
    environment)
    * Update testing with 7.10.2 to 7.10.3
    spl committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    52b5700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7eac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f031b66 View commit details
    Browse the repository at this point in the history
  4. Update copyright year to 2016

    spl committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    e197f94 View commit details
    Browse the repository at this point in the history
  5. Reformat export list

    spl committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    3b36c70 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Add unidirectional pattern synonyms Nil and Cons

    Closes #15
    spl committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    1f78a72 View commit details
    Browse the repository at this point in the history
  2. Use -Werror on Travis-CI

    spl committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    6b788e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. Bump version to 0.8

    spl committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    42e99cd View commit details
    Browse the repository at this point in the history
Loading