Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 555 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 555 Bytes

Build Status

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