BSD-3-Clause licensed by Jens Petersen
Maintained by [email protected]
This version can be pinned in stack with:simple-cabal-0.0.0.1@sha256:698e23bc592d07311c6eb8b4666af1aee2c0ee1652292b9c4cb7f60e0401b440,1263

Module documentation for 0.0.0.1

Used by 1 package in nightly-2019-09-15(full list with versions):

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

Changes

Changelog

simple-cabal uses PVP Versioning

0.0.0.1

  • allow building with Cabal 1!

0.0.0

  • Initially version, mostly taken from cabal-rpm PackageUtils.hs