A collection of miscellaneous modules (Haskell)
root
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
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>