Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flbulgarelli/hs-inspector

Simple library for inspecting Haskell Code
https://github.com/flbulgarelli/hs-inspector

Last synced: 17 days ago
JSON representation

Simple library for inspecting Haskell Code

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/flbulgarelli/hs-inspector.svg)](https://travis-ci.org/flbulgarelli/hs-inspector)

# hs-inspector

`hs-inspector` is a simple library for inspecting Haskell Code.

## Docs

Check them at Hackage: https://hackage.haskell.org/package/hs-inspector

## Installing it

```
$ cabal update
$ cabal install hs-inspector
```

## Building from source

```
$ git clone https://github.com/flbulgarelli/hs-inspector
$ cd hs-inspector
$ cabal sandbox init
$ cabal install --enable-tests
```

## Running tests

```
$ cabal test
```