# simple-cabal
[](https://hackage.haskell.org/package/simple-cabal)
[](LICENSE)
[](http://stackage.org/lts/package/simple-cabal)
[](http://stackage.org/nightly/package/simple-cabal)
[](https://travis-ci.org/juhp/simple-cabal)
A small compatibility wrapper over Cabal (builds for ghc 7 and 8).
```
pkgid <- getPackageId
putStrLn $ showPkgId pkgid
```
```
cabalfile <- findCabalFile
genPkgDesc <- readGenericPackageDescription normal cabalfile
```