packages feed

haste-markup-0.0.1.0: haste-markup.cabal

name:                haste-markup
version:             0.0.1.0
synopsis:            A port of blaze-markup and blaze-html to Haste
description:         A port of blaze-markup and blaze-html to Haste.
                     In particular, this removes the bytestring and text dependencies, and replaces Text with JSString.
license:             MIT
license-file:        LICENSE
author:              Anupam Jain
maintainer:          ajnsit@gmail.com
-- copyright:
category:            Web
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

Homepage:            http://github.com/ajnsit/haste-markup
Bug-reports:         http://github.com/ajnsit/haste-markup/issues

source-repository head
  type: git
  location: https://github.com/ajnsit/haste-markup.git


library
  exposed-modules:     Haste.Markup, Haste.Markup.Html, Haste.Markup.Internal, Haste.Markup.Html5, Haste.Markup.XHtml5, Haste.Markup.XHtml5.Attributes, Haste.Markup.Html5.Attributes, Haste.Markup.Renderer.Pretty, Haste.Markup.Renderer.String, Haste.Markup.Html4.Strict, Haste.Markup.Html4.FrameSet, Haste.Markup.Html4.Transitional, Haste.Markup.Html4.FrameSet.Attributes, Haste.Markup.Html4.Strict.Attributes, Haste.Markup.Html4.Transitional.Attributes, Haste.Markup.XHtml1.Strict, Haste.Markup.XHtml1.FrameSet, Haste.Markup.XHtml1.Transitional, Haste.Markup.XHtml1.FrameSet.Attributes, Haste.Markup.XHtml1.Strict.Attributes, Haste.Markup.XHtml1.Transitional.Attributes
  -- other-modules:
  other-extensions:    CPP, OverloadedStrings, FlexibleInstances, TypeSynonymInstances, GeneralizedNewtypeDeriving, Rank2Types, ExistentialQuantification, DeriveDataTypeable
  build-depends:       base >=4.6 && <4.7, directory >=1.2 && <1.3, filepath >=1.3 && <1.4, containers >=0.5 && <0.6, haste-lib >= 0.3 && < 0.4
  hs-source-dirs:      src
  default-language:    Haskell2010