Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/simple-cabal
See README for more info
https://github.com/juhp/simple-cabal
Last synced: 3 months ago
JSON representation
See README for more info
- Host: GitHub
- URL: https://github.com/juhp/simple-cabal
- Owner: juhp
- License: bsd-3-clause
- Created: 2019-06-08T13:21:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T13:49:22.000Z (about 2 years ago)
- Last Synced: 2024-04-27T01:03:25.029Z (9 months ago)
- Language: Haskell
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-cabal
[![Hackage](https://img.shields.io/hackage/v/simple-cabal.svg)](https://hackage.haskell.org/package/simple-cabal)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](LICENSE)
[![Stackage Lts](http://stackage.org/package/simple-cabal/badge/lts)](http://stackage.org/lts/package/simple-cabal)
[![Stackage Nightly](http://stackage.org/package/simple-cabal/badge/nightly)](http://stackage.org/nightly/package/simple-cabal)A small compatibility wrapper over Cabal.
```
pkgid <- getPackageId
putStrLn $ showPkgId pkgid
``````
cabalfile <- findCabalFile
genPkgDesc <- readGenericPackageDescription normal cabalfile
```