Cabal-syntax: A library for working with .cabal files

[ bsd3, distribution, library ] [ Propose Tags ]

This library provides tools for reading and manipulating the .cabal file format.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Versions [RSS] 3.6.0.0, 3.8.1.0, 3.10.1.0, 3.10.2.0, 3.10.3.0
Change log ChangeLog.md
Dependencies array (>=0.4.0.1 && <0.6), base (>=4.9 && <5), binary (>=0.7 && <0.9), bytestring (>=0.10.0.0 && <0.13), containers (>=0.5.0.0 && <0.8), deepseq (>=1.3.0.1 && <1.6), directory (>=1.2 && <1.4), filepath (>=1.3.0.1 && <1.6), mtl (>=2.1 && <2.4), parsec (>=3.1.13.0 && <3.2), pretty (>=1.1.1 && <1.2), text (>=1.2.3.0 && <1.3 || >=2.0 && <2.2), time (>=1.4.0.1 && <1.13), transformers (>=0.3 && <0.4 || >=0.4.1.0 && <0.7), unix (>=2.6.0.0 && <2.9), Win32 (>=2.3.0.0 && <2.14) [details]
License BSD-3-Clause
Copyright 2003-2023, Cabal Development Team (see AUTHORS file)
Author Cabal Development Team <cabal-devel@haskell.org>
Maintainer cabal-devel@haskell.org
Category Distribution
Home page http://www.haskell.org/cabal/
Bug tracker https://github.com/haskell/cabal/issues
Source repo head: git clone https://github.com/haskell/cabal/(Cabal-syntax)
Uploaded by hecate at 2024-03-21T14:14:49Z
Distributions Fedora:3.8.1.0
Reverse Dependencies 18 direct, 4259 indirect [details]
Downloads 7546 total (543 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-21 [all 1 reports]

Readme for Cabal-syntax-3.10.3.0

[back to package description]

The Cabal-syntax package

See the Cabal web site for more information.

The Cabal-syntax package defines the syntax of the .cabal file format and provides tools for parsing .cabal files.

More information

Please see the Cabal web site for the user guide and API documentation. There is additional information available on the development wiki.

Bugs

Please report bugs and feature requests to Cabal's bug tracker.

Your help

To help Cabal's development, it is enormously helpful to know from Cabal's users what their most pressing problems are with Cabal and Hackage. You may have a favourite Cabal bug or limitation. Look at Cabal's bug tracker. Ensure that the problem is reported there and adequately described. Comment on the issue to report how much of a problem the bug is for you. Subscribe to the issue's notifications to discuss requirements and keep informed on progress. For feature requests, it is helpful if there is a description of how you would expect to interact with the new feature.

Source code

You can get the master development branch using:

$ git clone https://github.com/haskell/cabal.git

Credits

See the AUTHORS file.

Authors of the original Cabal specification:

  • Isaac Jones
  • Simon Marlow
  • Ross Patterson
  • Simon Peyton Jones
  • Malcolm Wallace