Name: Ugly Version: 1.16 License: BSD3 -- License-File: debian/copyright Author: David Fox Homepage: http://seereason.com Build-Depends: base, mtl, network, cgi, regex-compat, parsec, filepath, unix, Unixutils, xhtml, HaXml, directory, bytestring, containers, filepath Synopsis: A grab bag of modules. Description: This library is a home for unloved modules. It is a place to put modules that have one or more of the following qualities: (1) poorly thought out, (2) insufficiently general, (3) poorly implemented, (4) duplicate functionality of other libraries, (5) Waiting to go elsewhere. Typically, one might be developing an application, and some functions will be written and used which are not directly related to that specific application. Those functions are then put into a module. At some point one is working on a different application which requires those same functions, and it is then that the module gets dumped into haskell-ugly. ghc-options: -fglasgow-exts -O2 -fasm -W Exposed-modules: Ugly.IO, Ugly.URI, Ugly.Image, Ugly.Image.File, Ugly.HtmlParser, Ugly.CGI.App, Ugly.CGI.Tree, Ugly.CGI.TreeHtml, Ugly.CGI.Old.Tree, Ugly.Html.Style, Ugly.Html.URIQuery, Ugly.Encoding, Ugly.Encoding.Octets, Ugly.Encoding.HaXml, Ugly.Encoding.Html, Ugly.Encoding.LaTeX,Ugly.Encoding.Shell, Ugly.Encoding.Url, Ugly.Encoding.Wiki, Ugly.Encoding.Wiki.Parser, Ugly.TreePath extra-source-files: tests/Main.hs tests/Tree2.hs -- For more complex build options see: -- http://www.haskell.org/ghc/docs/latest/html/Cabal/