simple-cabal: Cabal file wrapper library

[ bsd3, distribution, library ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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), 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-19T13:49:36Z
Distributions Fedora:0.1.3.1, LTSHaskell:0.1.3.1, NixOS:0.1.3.1, Stackage:0.1.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2458 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-11-19 [all 1 reports]

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