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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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), Cabal (<3), directory, filepath [details]
License BSD-3-Clause
Copyright 2019 Jens Petersen
Author Jens Petersen
Maintainer juhpetersen@gmail.com
Revised Revision 1 made by JensPetersen at 2020-02-29T07:39:53Z
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-09-30T10:41:46Z
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 2463 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-30 [all 1 reports]

Readme for simple-cabal-0.1.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