An open API service indexing awesome lists of open source software.

https://github.com/joelburget/isl-hs

haskell bindings to the integer set library
https://github.com/joelburget/isl-hs

Last synced: 16 days ago
JSON representation

haskell bindings to the integer set library

Awesome Lists containing this project

README

        

# isl-hs

In-progress Haskell bindings to the integer set library.

[![Build Status](https://travis-ci.org/joelburget/isl-hs.svg?branch=master)](https://travis-ci.org/joelburget/isl-hs)

## Building the package

* Run `nix-build release.nix`

## Development

* Enter a development environment: `nix-shell`

Then:

* Start a REPL: `cabal repl lib:isl-hs`
* Run ghcid: `ghcid --command "cabal repl lib:isl-hs"`