File: html.cabal

package info (click to toggle)
haskell-html 1.0.1.2-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • sloc: haskell: 810; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name:		html
version:	1.0.1.2
license:	BSD3
license-file:	LICENSE
maintainer:	libraries@haskell.org
synopsis:	HTML combinator library
category:       Web
build-depends:  base>=2.0
description:
	This package contains a combinator library for constructing
        HTML documents.
build-type:     Simple
exposed-modules:
	Text.Html
	Text.Html.BlockTable
nhc98-options: -K2M