diff options
Diffstat (limited to 'haskell/haskell-cgi/README')
-rw-r--r-- | haskell/haskell-cgi/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-cgi/README b/haskell/haskell-cgi/README new file mode 100644 index 0000000000..488b06326f --- /dev/null +++ b/haskell/haskell-cgi/README @@ -0,0 +1,6 @@ +This is a Haskell library for writing CGI programs. + +This requires haskell-MonadCatchIO-mtl, haskell-network and haskell-xhtml. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |