Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamadapc/haskell-projectroot
Haskell bindings to projectroot
https://github.com/yamadapc/haskell-projectroot
Last synced: 15 days ago
JSON representation
Haskell bindings to projectroot
- Host: GitHub
- URL: https://github.com/yamadapc/haskell-projectroot
- Owner: yamadapc
- License: mit
- Created: 2015-12-15T03:01:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T04:49:41.000Z (about 9 years ago)
- Last Synced: 2024-12-24T11:57:51.714Z (17 days ago)
- Language: Haskell
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-projectroot
[![Build Status](https://travis-ci.org/yamadapc/haskell-projectroot.svg?branch=master)](https://travis-ci.org/yamadapc/haskell-projectroot)
- - -
Bindings to the projectroot C logic## Installing
With cabal:
```
$ cabal install projectroot
```With stack:
```
$ stack install projectroot
```## Documentation
See the haddock documentation on Hackage.## License
This code is published under the MIT license.