ja-base-extra: Extra functions I require in base

[ bsd3, development, library ] [ Propose Tags ]

This package encompasses a collection of general functions that only depend on the base library, which I have acumulated through writing Haskell code and judged general and useful enough to extract.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.1.0
Dependencies base (>=4.0 && <5) [details]
License BSD-3-Clause
Author Justus Adam
Maintainer dev@justus.science
Category Development
Source repo head: git clone git://github.com/JustusAdam/ja-base-extra.git
this: git clone git://github.com/JustusAdam/ja-base-extra.git -b master(tag 0.1.0.0)
Uploaded by justus at 2015-09-03T16:39:35Z
Distributions NixOS:0.2.1.0
Reverse Dependencies 2 direct, 12 indirect [details]
Downloads 1713 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-10-15 [all 2 reports]

Readme for ja-base-extra-0.1.0.0

[back to package description]

ja-base-extra

Or justus-adam-base-extra. That's the expanded form.

This is a library of small helper functions that I use and that depend only on the base library. But of which I am certain they would never be added to the actual base library.

Usage

Just add as dependency and done. (I'll push it to hackage soon™)

Naming

This library is named after me for two reasons:

  1. because it is an opinionated library of things that I thought were necessary and
  2. because naming it and the included modules something generic is not cool, if it is not generic by design (like the extra library)

Documentation

Haddock docks coming soon™