-- Initial colour-space.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: colour-space version: 0.1.4.0 x-revision: 3 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: (@) jsag $ hvl.no -- 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.4.3 && <0.6 , constrained-categories , linearmap-category <0.3.6 , linear , vector-space , semigroups , colour > 2 && < 3 , JuicyPixels >= 3.1 && < 3.4 hs-source-dirs: src default-language: Haskell2010