packages feed

palette 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+7/−5 lines, 3 filesdep ~base

Dependency ranges changed: base

Files

LICENSE view
@@ -1,4 +1,7 @@-Copyright (c) 2013, Jeffrey Rosenbluth+Copyright (c) 2011-2015 diagrams-lib team:++  Daniel Bergey <bergey@alum.mit.edu>+  Jeffrey Rosenbluth <jeffrey.rosenbluth@gmail.com>  All rights reserved. 
palette.cabal view
@@ -1,5 +1,5 @@ Name:                palette-Version:             0.1.0.1+Version:             0.1.0.2 Synopsis:            Utilities for choosing and creating color schemes. Description:         Sets of predefined colors and tools for choosing and                      creating color schemes.@@ -15,6 +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 Source-repository head   type:     git   location: http://github.com/diagrams/palette.git@@ -26,10 +27,9 @@                        Data.Colour.Palette.BrewerSet                        Data.Colour.Palette.Types -  Build-depends:       base >= 4.2 && < 4.8,+  Build-depends:       base >= 4.2 && < 4.9,                        array >= 0.4 && < 0.6,                        colour >= 2.3 && <3.0,                        containers >= 0.5 && < 0.6.0.0    hs-source-dirs:      src-
src/Data/Colour/Palette/ColorSet.hs view
@@ -36,7 +36,6 @@  import Data.Array.IArray import Data.List                (sortBy)-import Data.Colour import Data.Colour.SRGB         (sRGB24read, toSRGB) import Data.Colour.RGBSpace.HSV (hue) import Data.Colour.Palette.Types