packages feed

colour-space-0.1.2.0: colour-space.cabal

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

name:                colour-space
version:             0.1.2.0
synopsis:            Instances of the manifold-classes for colour types
-- description:         
homepage:            https://github.com/leftaroundabout/colour-space
license:             GPL-3
license-file:        LICENSE
author:              Justus Sagemüller
maintainer:          (@) jsagemue $ uni-koeln.de
-- copyright:           
category:            Data, Maths, Graphics
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Data.Colour.Manifold
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5
                     , manifolds >=0.3.1 && <0.4
                     , constrained-categories
                     , linearmap-category
                     , linear
                     , vector-space
                     , semigroups
                     , colour > 2 && < 3
                     , JuicyPixels >= 3.1 && < 3.4
  hs-source-dirs:      src
  default-language:    Haskell2010