-
Notifications
You must be signed in to change notification settings - Fork 5
/
palette.cabal
36 lines (33 loc) · 1.5 KB
/
palette.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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