packages feed

heist-async-0.3.0.0: heist-async.cabal

Name:                heist-async
Version:             0.3.0.0
Synopsis:            Adding support for asynchronous updates ("AJAX") with heist
Description:         This package provides six splices and some accompanying javascript to allow declarative ajax programming that involves no javascript programming.
Homepage:            http://github.com/dbp/heist-async
License:             BSD3
License-file:        LICENSE
Author:              Daniel Patterson
Maintainer:          dbp@riseup.net
-- Copyright:           

Category:            Web

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files: README.md,
                    js/heist-async.js,
                    js/heist-async.min.js,
                    js/valentine.js,
                    js/valentine.min.js,
                    js/reqwest.js,
                    js/reqwest.min.js,
                    js/qwery.js,
                    js/qwery.min.js
                     
-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.2


Library
  -- Modules exported by the library.
  Exposed-modules: Heist.Splices.Async, Heist.Splices.Async.TH
    
  Build-depends:
    base >= 4 && <= 5,
    xmlhtml >= 0.1 && <= 0.2,
    heist >= 0.5 && <= 0.6,
    text >= 0.11 && <= 0.12,
    template-haskell
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: