packages feed

snap-blaze-clay-0.1.0.0: snap-blaze-clay.cabal

Name:          snap-blaze-clay
Version:       0.1.0.0
Synopsis:      blaze-html-clay integration for Snap
Description:   blaze-html-clay integration for Snap
Homepage:      http://github.com/deckool/snap-blaze-clay
License:       BSD3
License-file:  LICENSE
Author:        Decebal Popa <deck@parfait.ro>
Maintainer:    Decebal Popa <deck@parfait.ro>
Category:      Network
Build-type:    Simple
Cabal-version: >= 1.6


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

  Exposed-modules:     
    Snap.Blaze, Snap.Blaze.Clay
  
  Build-depends:       
    base       >= 4   && < 5,
    blaze-html >= 0.5 && < 0.6,
    snap-core  >= 0.6 && < 0.10,
    clay       >= 0.5 && < 0.7

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