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.4
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.5
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 17, 2014

  1. Allow lens-4.6

    bergey committed Nov 17, 2014
    Copy the full SHA
    7bd9d54 View commit details
  2. CHANGES for 1.2.0.5

    bergey committed Nov 17, 2014
    Copy the full SHA
    428853f View commit details
  3. bump version to 1.2.0.5

    bergey committed Nov 17, 2014
    Copy the full SHA
    d56d8b8 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.5 (17 November 2014)
--------------------------

- Allow `lens-4.6`

1.2.0.4 (8 October 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.4
Version: 1.2.0.5
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
@@ -105,7 +105,7 @@ Library
data-default-class < 0.1,
fingertree >= 0.1 && < 0.2,
intervals >= 0.7 && < 0.8,
lens >= 4.0 && < 4.5,
lens >= 4.0 && < 4.7,
tagged >= 0.7,
optparse-applicative >= 0.11 && < 0.12,
filepath,