packages feed

Cabal revisions of palette-0.3.0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                palette-Version:             0.3.0.4-Synopsis:            Utilities for choosing and creating color schemes.-Description:         Sets of predefined colors and tools for choosing and-                     creating color schemes. Random colors.--Homepage:            https://diagrams.github.io-License:             BSD3-License-file:        LICENSE-Author:              Jeffrey Rosenbluth-Maintainer:          jeffrey.rosenbluth@gmail.com-Bug-reports:         http://github.com/diagrams/palette/issues-Category:            Data-Build-type:          Simple-Cabal-version:       1.18-Extra-source-files:  README.markdown, diagrams/*.svg-Extra-doc-files:     diagrams/*.svg, CHANGES.markdown-Tested-with:         GHC ==8.0.2 || == 8.2.2 || == 8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1-Source-repository head-  type:     git-  location: http://github.com/diagrams/palette.git--Library-  Default-language:    Haskell2010-  Exposed-modules:     Data.Colour.Palette.ColorSet-                       Data.Colour.Palette.Harmony-                       Data.Colour.Palette.BrewerSet-                       Data.Colour.Palette.Types-                       Data.Colour.Palette.RandomColor--  Build-depends:       base >= 4.2 && < 4.22,-                       array >= 0.4 && < 0.6,-                       colour >= 2.3 && < 3.0,-                       containers >= 0.5 && < 0.8,-                       MonadRandom >= 0.5 && < 0.7-  hs-source-dirs:      src+Name:                palette
+Version:             0.3.0.4
+x-revision: 1
+Synopsis:            Utilities for choosing and creating color schemes.
+Description:         Sets of predefined colors and tools for choosing and
+                     creating color schemes. Random colors.
+
+Homepage:            https://diagrams.github.io
+License:             BSD3
+License-file:        LICENSE
+Author:              Jeffrey Rosenbluth
+Maintainer:          jeffrey.rosenbluth@gmail.com
+Bug-reports:         http://github.com/diagrams/palette/issues
+Category:            Data
+Build-type:          Simple
+Cabal-version:       1.18
+Extra-source-files:  README.markdown, diagrams/*.svg
+Extra-doc-files:     diagrams/*.svg, CHANGES.markdown
+Tested-with:         GHC ==8.0.2 || == 8.2.2 || == 8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1
+Source-repository head
+  type:     git
+  location: http://github.com/diagrams/palette.git
+
+Library
+  Default-language:    Haskell2010
+  Exposed-modules:     Data.Colour.Palette.ColorSet
+                       Data.Colour.Palette.Harmony
+                       Data.Colour.Palette.BrewerSet
+                       Data.Colour.Palette.Types
+                       Data.Colour.Palette.RandomColor
+
+  Build-depends:       base >= 4.2 && < 4.22,
+                       array >= 0.4 && < 0.6,
+                       colour >= 2.3 && < 3.0,
+                       containers >= 0.5 && < 0.9,
+                       MonadRandom >= 0.5 && < 0.7
+  hs-source-dirs:      src