packages feed

colors-0.2: colors.cabal

-- Initial colors.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                colors
version:             0.2
synopsis:            A type for colors
-- description:         
homepage:            https://github.com/fumieval/colors
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright:           Copyright (C) 2013 Fumiaki Kinoshita
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 && < 5