packages feed

adobe-swatch-exchange-0.2.0: adobe-swatch-exchange.cabal

name:                adobe-swatch-exchange
version:             0.2.0
synopsis:            parse Adobe Swatch Exchange files and (optionally) output .css files with the colors
homepage:            https://github.com/stepcut/ase2css
license:             BSD3
license-file:        LICENSE
author:              Jeremy Shaw
maintainer:          jeremy@n-heptane.com
category:            Web
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Data.AdobeSwatchExchange
                       Data.AdobeSwatchExchange.CSS
                       Data.AdobeSwatchExchange.LESS
  build-depends:       base                >= 4.5 && < 5,
                       bytestring          == 0.10.*,
                       data-binary-ieee754 == 0.4.*,
                       binary              == 0.5.*,
                       language-css        == 0.0.*,
                       mtl                 >= 2.0 && < 2.2,
                       pretty              == 1.1.*
executable ase2css
  main-is: ase2css.hs
  build-depends:       base                >= 4.5 && < 5,
                       binary              == 0.5.*,
                       bytestring          == 0.10.*,
                       data-binary-ieee754 == 0.4.*,
                       language-css        == 0.0.*,
                       mtl                 >= 2.0 && < 2.2,
                       pretty              == 1.1.*

executable ase2less
  main-is: ase2less.hs
  build-depends:       base                >= 4.5 && < 5,
                       binary              == 0.5.*,
                       bytestring          == 0.10.*,
                       data-binary-ieee754 == 0.4.*,
                       mtl                 >= 2.0 && < 2.2,
                       pretty              == 1.1.*