packages feed

shake-minify-0.1.3: shake-minify.cabal

name:                shake-minify
version:             0.1.3
synopsis:            Shake Minify Rules
description:         Shake rules to minify CSS and JS files. @shake-minify@
                     doesn't require any external tools to be on the @$PATH@ and uses
                     native Haskell CSS and JS minifiers.
license:             BSD3
license-file:        LICENSE
author:              Luke Hoersten
maintainer:          luke@hoersten.org
homepage:            https://github.com/LukeHoersten/shake-minify
category:            Shake, Web, Development
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Development.Shake.Minify
  build-depends:       base       >= 4.7  && < 4.9
                     , bytestring >= 0.10 && < 0.11
                     , css-text   >= 0.1  && < 0.2
                     , hjsmin     >= 0.1  && < 0.2
                     , shake      >= 0.14 && < 0.16
                     , 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