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: v1.2.0.5
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: v1.2.0.6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 3, 2014

  1. Allow semigroups-0.16

    bergey committed Dec 3, 2014
    Copy the full SHA
    45a9d9e View commit details

Commits on Dec 4, 2014

  1. CHANGES for 1.2.0.6

    bergey committed Dec 4, 2014
    Copy the full SHA
    e4fd4e7 View commit details
  2. bump version to 1.2.0.6

    bergey committed Dec 4, 2014
    Copy the full SHA
    30b0ce0 View commit details
Showing with 7 additions and 2 deletions.
  1. +5 −0 CHANGES.markdown
  2. +2 −2 diagrams-lib.cabal
5 changes: 5 additions & 0 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.0.6 (04 Dec 2014)
---------------------

- Allow `semigroups-0.16`

1.2.0.5 (17 November 2014)
--------------------------

4 changes: 2 additions & 2 deletions diagrams-lib.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: diagrams-lib
Version: 1.2.0.5
Version: 1.2.0.6
Synopsis: Embedded domain-specific language for declarative graphics
Description: Diagrams is a flexible, extensible EDSL for creating
graphics of many types. Graphics can be created
@@ -93,7 +93,7 @@ Library
Build-depends: base >= 4.2 && < 4.8,
containers >= 0.3 && < 0.6,
array >= 0.3 && < 0.6,
semigroups >= 0.3.4 && < 0.16,
semigroups >= 0.3.4 && < 0.17,
monoid-extras >= 0.3 && < 0.4,
dual-tree >= 0.2 && < 0.3,
diagrams-core >= 1.2 && < 1.3,