packages feed

shake-minify-0.1.0: shake-minify.cabal

name:                shake-minify
version:             0.1.0
synopsis:            Shake Minify Actions
description:         Shake minify actions for CSS and JS files.
license:             BSD3
license-file:        LICENSE
author:              Luke Hoersten
maintainer:          luke@hoersten.org
homepage:            https://github.com/LukeHoersten/shake-minify
category:            Web, Development
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Development.Shake.Minify
  build-depends:       base       >= 4.7  && < 4.8
                     , bytestring >= 0.10 && < 0.11
                     , css-text   >= 0.1  && < 0.2
                     , hjsmin     >= 0.1  && < 0.2
                     , shake      >= 0.14 && < 0.15
                     , text       >= 1.2  && < 1.3
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:       -Wall -fwarn-tabs

source-repository head
  type:     git
  location: git://github.com/LukeHoersten/shake-minify.git