Cabal-syntax

A library for working with .cabal files

http://www.haskell.org/cabal/

Version on this page:3.8.1.0
LTS Haskell 22.14:3.10.1.0
Stackage Nightly 2024-03-29:3.10.2.0
Latest on Hackage:3.10.3.0

See all snapshots Cabal-syntax appears in

BSD-3-Clause licensed by Cabal Development Team
Maintained by [email protected]
This version can be pinned in stack with:Cabal-syntax-3.8.1.0@sha256:916bfd6214fb25a0f60e93db506dfe1a2ec967800e1e21966f8ef634ef01e334,7380

Module documentation for 3.8.1.0

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

Changes