cabal-edit
A utility for managing Hackage dependencies and manipulating Cabal files from the command line. (by sdiehl)
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations (by haskell-CI)
Our great sponsors
cabal-edit | cabal-install-parsers | |
---|---|---|
3 | 3 | |
68 | 411 | |
- | -0.2% | |
0.0 | 2.1 | |
almost 3 years ago | 11 days ago | |
Haskell | Haskell | |
MIT License | BSD-2-Clause Plus Patent License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cabal-edit
Posts with mentions or reviews of cabal-edit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-29.
-
RFC: cabal add
This is a planned feature, but will take a while due to the exactprint prerequisite. In the meantime you could try https://github.com/sdiehl/cabal-edit
-
Why doesn't Haskell have a package manager?
I just found some more info: this functionality is provided by the third party cabal-edit tool. This is the specific issue that tracks the integration of that functionality into cabal itself. One of the problems of the cabal-edit tool is that it sometimes messes up your cabal files. We need the exact-printing to avoid that.
cabal-install-parsers
Posts with mentions or reviews of cabal-install-parsers.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-19.
-
[ANN] get-tested: A tool to generate a build matrix from your cabal file
This reminds me of haskell-ci, which also generates GH Actions workflows based on tested-with: (as well as further stuff), is there a comparison?
-
How do I figure out dependency version bounds for my library (when publishing on Hackage)?
If you're on github, I'd look at https://github.com/haskell-CI/haskell-ci , which generates a GH actions template from the tested-with: fields in the cabal file.
What are some alternatives?
When comparing cabal-edit and cabal-install-parsers you can also consider the following projects:
cabal-bundle-clib - [Moved to: https://github.com/IsumiF/cabal-bundle-clib]
cabal-fmt - An experiment of formatting .cabal files
cabal-appimage - Cabal support for creating AppImage applications
cabal-cache - CI assistant
cabal-plan - Library and utility for processing cabal's plan.json file
Cabal - Official upstream development repository for Cabal and cabal-install
hadolint - Dockerfile linter, validate inline bash, written in Haskell