palette 0.1.0.4 → 0.1.0.5
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES.markdown +5/−0
- palette.cabal +2/−2
- src/Data/Colour/Palette/BrewerSet.hs +1/−1
CHANGES.markdown view
@@ -1,3 +1,8 @@+0.1.0.5 (22 August 2017)+------------------------++- documentation fix+ 0.1.0.4 (6 August 2016) -----------------------
palette.cabal view
@@ -1,5 +1,5 @@ Name: palette-Version: 0.1.0.4+Version: 0.1.0.5 Synopsis: Utilities for choosing and creating color schemes. Description: Sets of predefined colors and tools for choosing and creating color schemes.@@ -12,7 +12,7 @@ Bug-reports: http://github.com/diagrams/palette/issues Category: Data Build-type: Simple-Cabal-version: >=1.10+Cabal-version: >=1.18 Extra-source-files: README.markdown, CHANGES.markdown, diagrams/*.svg Extra-doc-files: diagrams/*.svg Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
src/Data/Colour/Palette/BrewerSet.hs view
@@ -7,7 +7,7 @@ -- -- Sets of between 3 and 12 colors. -- This product includes color specifications and designs developed by--- Cynthia Brewer (http://colorbrewer.org/).+-- <http://colorbrewer.org/ Cynthia Brewer>. -- -----------------------------------------------------------------------------