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]

Find and read .cabal files, and a Cabal dependency compatibility layer.


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.1.3.1
Change log ChangeLog.md
Dependencies base (<5), bytestring, Cabal, directory, filepath [details]
License BSD-3-Clause
Copyright 2019-2020,2022 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 2022-11-19T12:54:59Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for simple-cabal-0.1.3.1

[back to package description]

simple-cabal

Hackage BSD3 license Stackage Lts Stackage Nightly

A small compatibility wrapper over Cabal.

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