diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:42 +0200 |
commit | 8204c691ff93f6c23f41e0a90ae2c6ea195874cb (patch) | |
tree | 4e8a603e825fb023d3691c8f80e215d24db58692 /libraries/haskell-xhtml/README | |
parent | 77cb0339b707ca516b4edb28a2684c566f2c47a3 (diff) | |
download | slackbuilds-8204c691ff93f6c23f41e0a90ae2c6ea195874cb.tar.gz |
libraries/haskell-xhtml: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-xhtml/README')
-rw-r--r-- | libraries/haskell-xhtml/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-xhtml/README b/libraries/haskell-xhtml/README new file mode 100644 index 0000000000..0f542cd90f --- /dev/null +++ b/libraries/haskell-xhtml/README @@ -0,0 +1,9 @@ +haskell-xhtml (An XHTML combinator library for Haskell) + +This package provides combinators for producing XHTML 1.0, including +the Strict, Transitional and Frameset variants. + +This requires ghc. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister xhtml |