/simple-cabal

See README for more info

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

simple-cabal

Hackage BSD3 license Stackage Lts Stackage Nightly Build Status

A small compatibility wrapper over Cabal (builds for ghc 7 and 8).

pkgid <- getPackageId
putStrLn $ showPkgId pkgid
cabalfile <- findCabalFile
genPkgDesc <- readGenericPackageDescription normal cabalfile