packages feed

happstack-lite-7.1.1: happstack-lite.cabal

Name:                happstack-lite
Version:             7.1.1
Synopsis:            Happstack minus the useless stuff
Description:         This packages provides a subset of Happstack that is easier to learn but still very useful. It as 100% compatible with the full version of Happstack.
Homepage:            http://www.happstack.com/
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw
Maintainer:          jeremy@n-heptane.com
Stability:           Provisional
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6

Library
  Exposed-modules:
                 Happstack.Lite

  Build-depends: base             < 5,
                 bytestring       == 0.9.*,
                 happstack-server == 7.0.*,
                 mtl              >= 2 && < 2.2,
                 text             == 0.11.*