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