Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flbulgarelli/hs-inspector
- Owner: flbulgarelli
- License: mit
- Created: 2015-03-26T23:55:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T14:46:02.000Z (almost 9 years ago)
- Last Synced: 2024-10-17T14:28:10.857Z (29 days ago)
- Language: Haskell
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```