domdere / ultra

Place to put things i think are missing from some libraries i use, but things im not sure are actually useful or just dont want to push on anyone [Haskell]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ultra Build Status

ultra

If I have functions and such that I wish to add to an existing library and I want to give them a trial period to see if they are really useful before committing myself to submitting a PR for the library itself, I'll put it in a project here first.

Usage

Using git and mafia?

Drop the mafia script next to your cabal file:

curl -O https://raw.githubusercontent.com/haskell-mafia/mafia/master/script/mafia && chmod +x mafia

Create a lib dir in the root of your git repo, and add ultra as a submodule in that directory.

Add the ultra projects you want to use to the relevant cabal files.

Build your project with:

./mafia build

About

Place to put things i think are missing from some libraries i use, but things im not sure are actually useful or just dont want to push on anyone [Haskell]

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 79.3%Language:Shell 11.9%Language:Roff 8.6%Language:HCL 0.2%