Description
Cabal compatibility wrapper library.
Description
Find and read .cabal files, and a Cabal dependency compatibility layer.
README.md
simple-cabal
A small compatibility wrapper library over Cabal.
Examples
pkgid <- getPackageId
putStrLn $ showPkgId pkgid
cabalfile <- findCabalFile
genPkgDesc <- readGenericPackageDescription' normal cabalfile
Contribute
simple-cabal is distributed under a BSD3 license.
Contributions are welcome at https://github.com/juhp/simple-cabal.