packages feed

web-plugins-0.2.6.1: web-plugins.cabal

name:                web-plugins
version:             0.2.6.1
synopsis:            dynamic plugin system for web applications
homepage:            http://www.happstack.com/
license:             BSD3
license-file:        LICENSE
author:              Jeremy Shaw
maintainer:          Jeremy Shaw <jeremy@n-heptane.com>
category:            Web
build-type:          Simple
cabal-version:       >=1.8

source-repository head
    type:     git
    subdir:   web-plugins
    location: git://github.com/clckwrks/web-plugins.git

library
  exposed-modules:     Web.Plugins.Core
  build-depends:       base        > 4 && < 5,
                       stm        >= 2.3 && < 2.5,
                       mtl        >= 2.1 && < 2.3,
                       text       >= 0.11 && < 1.2,
                       containers >= 0.4 && < 0.6