https://github.com/yamadapc/haskell-projectroot
Haskell bindings to projectroot
https://github.com/yamadapc/haskell-projectroot
Last synced: 9 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T04:49:41.000Z (over 9 years ago)
- Last Synced: 2025-05-02T10:54:38.053Z (21 days ago)
- Language: Haskell
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-projectroot
[](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.