diff options
Diffstat (limited to 'haskell/haskell-blaze-html/README')
-rw-r--r-- | haskell/haskell-blaze-html/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-blaze-html/README b/haskell/haskell-blaze-html/README new file mode 100644 index 0000000000..0182ff5a4e --- /dev/null +++ b/haskell/haskell-blaze-html/README @@ -0,0 +1,8 @@ +A blazingly fast HTML combinator library for the Haskell programming +language. + +This requires ghc, haskell-text, haskell-blaze-builder, and +haskell-blaze-markup. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |