packages feed

palette 0.1.0.3 → 0.1.0.4

raw patch · 3 files changed

+12/−5 lines, 3 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES.markdown view
@@ -1,11 +1,17 @@+0.1.0.4 (6 August 2016)+-----------------------++- minor tweaks to `.cabal` file+ 0.1.0.3 (2016-02-14) ------- -    - allow base-4.9 for GHC-8.0+- allow base-4.9 for GHC-8.0  0.1.0.1 -------- -  * define Kolor in Types module+- define Kolor in Types module  0.1.0.0: Initial release+------------------------
LICENSE view
@@ -1,7 +1,8 @@-Copyright (c) 2011-2015 diagrams-lib team:+Copyright (c) 2011-2016 diagrams-lib team:    Daniel Bergey <bergey@alum.mit.edu>   Jeffrey Rosenbluth <jeffrey.rosenbluth@gmail.com>+  Brent Yorgey <byorgey@gmail.com>  All rights reserved. 
palette.cabal view
@@ -1,5 +1,5 @@ Name:                palette-Version:             0.1.0.3+Version:             0.1.0.4 Synopsis:            Utilities for choosing and creating color schemes. Description:         Sets of predefined colors and tools for choosing and                      creating color schemes.@@ -15,7 +15,7 @@ Cabal-version:       >=1.10 Extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg Extra-doc-files:     diagrams/*.svg-Tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.10.1+Tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 Source-repository head   type:     git   location: http://github.com/diagrams/palette.git