simple-cabal: Cabal compatibility wrapper library

[ bsd3, distribution, library ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.2.0
Change log ChangeLog.md
Dependencies base (<5), bytestring, Cabal, directory, filepath, safe [details]
Tested with ghc ==9.12.2, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License BSD-3-Clause
Copyright 2019-2020,2022-2023,2025 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 2025-09-17T11:44:19Z
Distributions Fedora:0.1.3.1, LTSHaskell:0.1.3.1, NixOS:0.1.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2804 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-09-17 [all 1 reports]

Readme for simple-cabal-0.2.0

[back to package description]

simple-cabal

Hackage BSD3 license Stackage Lts Stackage Nightly

A small compatibility wrapper library over Cabal.

Examples

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

Contribute

simple-cabal is distributed under a BSD3 license.

Contributions are welcome at https://github.com/juhp/simple-cabal