diff options
Diffstat (limited to 'haskell/haskell-xhtml/README')
-rw-r--r-- | haskell/haskell-xhtml/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-xhtml/README b/haskell/haskell-xhtml/README new file mode 100644 index 0000000000..c3719d151c --- /dev/null +++ b/haskell/haskell-xhtml/README @@ -0,0 +1,7 @@ +This package provides combinators for producing XHTML 1.0, including +the Strict, Transitional and Frameset variants, in Haskell. + +This requires ghc. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |