-- Initial rgb-color-model.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rgb-color-model version: 0.2.0.0 synopsis: Haskell types for working with RGB colors -- description: homepage: https://github.com/joegesualdo/rgb-color-model license: MIT license-file: LICENSE author: Joe Gesualdo maintainer: joegesualdo@gmail.com -- copyright: -- category: build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: RGBColorModel -- other-modules: -- other-extensions: build-depends: base >= 4.7 && < 5 hs-source-dirs: src default-language: Haskell2010