# hsmisc ## Synopsis A collection of miscellaneous modules (Haskell) ## Description Some Haskell source code that proved to be useful in various projects. These span a range of tasks from monadic actions to simple config file loading to timestamps for logging and helpers for parsec. ## Getting source - Get the source with darcs: `$ darcs get http://hub.darcs.net/dino/hsmisc` - If you're just looking, [browse the source](http://hub.darcs.net/dino/hsmisc) And once you have it, building the usual way: $ cabal configure --enable-tests $ cabal build $ cabal test $ cabal haddock $ cabal install ## Contact Dino Morelli <[dino@ui3.info](mailto:dino@ui3.info)>