cabal
cabal copied to clipboard
Official upstream development repository for Cabal and cabal-install
I ran into this on the work repo - I did `cabal build` and got this back: ``` λ ~/Projects/mercury-web-backend/ avieth/haskell.nix cabal build fatal: reference is not a tree: 811d89e66bc714ef20f4973e87d999f21c97c4ed...
Make `cabal-test` tests will end with a useful summary: ``` ⁝ ConfiguredPackage/License/UnknownLicence/cabal.test.hs OK (0.13s) ConfiguredPackage/License/NoFileSpecified/cabal.test.hs OK (0.14s) ConfiguredPackage/License/NoLicense/cabal.test.hs OK (0.13s) OK 112 tests, 0 skipped, 0 unexpected passes, 0 unexpected...
[>>> Rendered](https://github.com/haskell/cabal/blob/ap/readme-update-2022-08/README.md) - add cabal-install-solver to the list of main packages in the repo - turn ways to install cabal-install into a list instead of a sequence of headers -...
Cabal-3.6.3.0 isn't listed under https://downloads.haskell.org/~cabal/, is this intended?
**Describe the bug** I'm not able to start `cabal repl` with the `--repl-no-option` in Haskell packages specified to have `build-type: Custom`. **To Reproduce** Steps to reproduce the behavior: I've prepared...
It fails for many GHCs and OSes (e.g.,https://github.com/haskell/cabal/runs/7766731556?check_suite_focus=true and https://github.com/haskell/cabal/runs/7763827542?check_suite_focus=true) and clearing GHA cache doesn't help. It works for me locally and works right now for tag v3.8.1.0 (https://github.com/haskell/cabal/actions/runs/2828628263). I...
This will fix #8351 --- Please include the following checklist in your PR: * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [x] Any changes that could be relevant to...
In particular https://spdx.github.io/spdx-spec/v3-draft/appendix-II-SPDX-license-expressions/ By quickly glancing, doesn't seem so. There's also https://github.com/spdx/spdx-spec/pull/228 which is (atm) not visible in the v3-draft. Yet it doesn't affect us, as our parser is case-sensitive...
--- Please include the following checklist in your PR: * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [x] Any changes that could be relevant to users [have been recorded...
For the haskell docker images [we want to support debian 11 bullseye](https://github.com/haskell/docker-haskell/issues/73). In terms of GHC, cabal and stack's debian 11 support the state of play is: * GHC x86_64...