packages feed

snap-blaze-0.2.1.2: snap-blaze.cabal

Name:          snap-blaze
Version:       0.2.1.2
Synopsis:      blaze-html integration for Snap
Description:   blaze-html integration for Snap
Homepage:      http://github.com/jaspervdj/snap-blaze
License:       BSD3
License-file:  LICENSE
Author:        Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer:    Jasper Van der Jeugt <m@jaspervdj.be>
Category:      Network
Build-type:    Simple
Cabal-version: >= 1.6


Library
  Hs-source-dirs: src
  Ghc-options:    -Wall

  Exposed-modules:
    Snap.Blaze

  Build-depends:
    base       >= 4   && < 5,
    blaze-html >= 0.5 && < 0.8,
    snap-core  >= 0.6 && < 0.10

Source-repository head
  type:     git
  location: https://github.com/jaspervdj/snap-blaze