packages feed

html 1.0 → 1.0.1.1

raw patch · 2 files changed

+7/−1 lines, 2 filessetup-changed

Files

Setup.hs view
@@ -1,2 +1,6 @@+module Main (main) where+ import Distribution.Simple++main :: IO () main = defaultMain
html.cabal view
@@ -1,5 +1,5 @@ name:		html-version:	1.0+version:	1.0.1.1 license:	BSD3 license-file:	LICENSE maintainer:	libraries@haskell.org@@ -8,6 +8,8 @@ description: 	This package contains a combinator library for constructing         HTML documents.+build-type:     Simple exposed-modules: 	Text.Html 	Text.Html.BlockTable+nhc98-options: -K2M