simple-cabal: Cabal file wrapper library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Cabal compatibility layer for reading and parsing .cabal files


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.0, 0.0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1
Change log CHANGELOG.md
Dependencies base (<5), Cabal, directory, filepath [details]
License BSD-3-Clause
Copyright 2019 Jens Petersen
Author Jens Petersen
Maintainer juhpetersen@gmail.com
Category Distribution
Home page https://github.com/juhp/simple-cabal
Bug tracker https://github.com/juhp/simple-cabal/issues
Source repo head: git clone https://github.com/juhp/simple-cabal.git
Uploaded by JensPetersen at 2019-06-08T16:55:15Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for simple-cabal-0.0.0

[back to package description]

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