Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```