hsmisc: A collection of miscellaneous modules

[ bsd3, deprecated, library, logging, monads, parsing ] [ Propose Tags ]
Deprecated

Some Haskell source code that proved to be useful in various projects.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1, 1.2
Change log changelog.md
Dependencies base (>=3 && <5), containers, mtl, old-locale, parsec, time [details]
License BSD-3-Clause
Copyright 2014-2015 Dino Morelli
Author Dino Morelli
Maintainer Dino Morelli <dino@ui3.info>
Category Logging, Monads, Parsing
Home page http://hub.darcs.net/dino/hsmisc
Source repo head: darcs get http://hub.darcs.net/dino/hsmisc
Uploaded by DinoMorelli at 2015-06-29T01:48:22Z
Distributions NixOS:1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1461 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-29 [all 3 reports]

Readme for hsmisc-1.2

[back to package description]

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>