-- Initial colors.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: colors version: 0.1 synopsis: A type for colors -- description: homepage: https://github.com/fumieval/colors license: BSD3 license-file: LICENSE author: Fumiaki Kinoshita maintainer: Fumiaki Kinoshita -- copyright: category: Data build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/fumieval/colors.git library exposed-modules: Data.Color, Data.Color.Names, Data.Color.Class -- other-modules: build-depends: base ==4.*, profunctors ==3.*