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: diagrams/diagrams-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: types-generalized
Choose a base ref
...
head repository: diagrams/diagrams-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0.2
Choose a head ref
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 7, 2013

  1. bump upper bound to allow semigroups-0.9

    Brent Yorgey committed Jan 7, 2013
    Configuration menu
    Copy the full SHA
    ff577f3 View commit details
    Browse the repository at this point in the history
  2. add 0.6.0.1 to CHANGES

    Had to merge CHANGES.markdown.  Adding stuff for HEAD to the top of
    the CHANGES file isn't a good idea when it comes to releasing bugfix
    versions.  Maybe CHANGES for HEAD ought to go in a separate file and
    then get added when cutting a new release...?
    Brent Yorgey committed Jan 7, 2013
    Configuration menu
    Copy the full SHA
    109912a View commit details
    Browse the repository at this point in the history
  3. bump version to 0.6.0.1

    Brent Yorgey committed Jan 7, 2013
    Configuration menu
    Copy the full SHA
    9385487 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2013

  1. bump upper bound to allow NumInstances-1.2

    Note this change is *not* cherry-picked from master, where in fact we
    depend on NumInstances == 1.2.* and import only
    Data.NumInstances.Tuple.  However, that means that we have removed
    some exported instances (the Num, Eq, and Show instances for function
    types) and hence have to release that change with a major version
    bump.  So here on the 0.6 maintenance branch we just bump the upper
    bound so the old API is maintained but using a newer version of
    NumInstances.
    Brent Yorgey committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    1b7c39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565e3cc View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.6.0.2

    Brent Yorgey committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    28ac6d5 View commit details
    Browse the repository at this point in the history
  4. Release notes for 0.6.0.2

    (cherry picked from commit 2ecf3d1)
    Brent Yorgey committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    b652550 View commit details
    Browse the repository at this point in the history
Loading