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

Commits on Jul 29, 2014

  1. Allow lens 4.3

    (cherry picked from commit 0240b8e)
    bergey committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    5d080b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Allow lens-4.4

    bergey committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    b838cb1 View commit details
    Browse the repository at this point in the history
  2. Use default field naming rules for TH-generated lenses

    Remove special handling for Proxy fields.
    No lenses are made for field names which do not begin with an _.
    Name the Proxy field to take advantage of this convention.
    The proxy record accessor is not exported, so renaming is not a problem.
    Removing this code allows compiling with lens-4.4 as well as earlier.
    
    Conflicts:
    	src/Diagrams/Combinators.hs
    bergey committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    fea3ea4 View commit details
    Browse the repository at this point in the history
  3. CHANGES for 1.2.0.2

    bergey committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    762890a View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.2.0.2

    bergey committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c8ae748 View commit details
    Browse the repository at this point in the history
Loading