Cabal revisions of colour-space-0.1.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial colour-space.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: colour-space-version: 0.1.5.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: (@) 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.5 && <0.6- , constrained-categories- , linearmap-category >=0.3.5- , linear- , vector-space- , semigroups- , lens- , call-stack- , colour > 2 && < 3- , JuicyPixels >= 3.1 && < 3.4- hs-source-dirs: src- default-language: Haskell2010+-- Initial colour-space.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: colour-space +version: 0.1.5.0 +x-revision: 1 +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.5 && <0.6 + , constrained-categories + , linearmap-category >=0.3.5 && <0.3.6 + , linear + , vector-space + , semigroups + , lens + , call-stack + , colour > 2 && < 3 + , JuicyPixels >= 3.1 && < 3.4 + hs-source-dirs: src + default-language: Haskell2010