packages feed

digestive-functors-hsp-0.5.0: digestive-functors-hsp.cabal

Name:                digestive-functors-hsp
Version:             0.5.0
Synopsis:            HSP support for digestive-functors
Description:         This is an HSP frontend for the digestive-functors library.
Homepage:            http://src.seereason.com/digestive-functors-hsp
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw
Maintainer:          jeremy@n-heptane.com
Category:            Web
Build-type:          Custom
Cabal-version:       >=1.6


Library
  Exposed-modules:     Text.Digestive.HSP.Html4
  Build-depends:       base               == 4.*,
                       digestive-functors >= 0.2    && < 0.3,
                       hsp                >= 0.7.1  && < 0.8,
                       hsx                >= 0.10.2 && < 0.11,
                       text               == 0.11.*
  if !os(windows)
    -- Cabal has a bug on windows and cannot find trhsx
    Build-Tools: trhsx