This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Nov 10, 2023
-
-
The runner allows the tests to use extra dependencies and the custom Prelude from 'cabal-testsuite'. However, if the tests use a dependency, say 'directory', and there are two packages with the same unit id available in the store, the test fails since it doesn't know which one to pick. By including an extra dependency to directory, we force the test runner to use a specific version directory, fixing the test failure.
-
mergify[bot] authored
Require version 3,11 of Cabal to support --semaphore flag
-
Matthew Pickering authored
Fixes #9197
-
mergify[bot] authored
Fix AutogenModulesToggling test
-
Matthew Pickering authored
By converting this to a setupTest we use the in-tree Cabal library rather than relying on a proxy of the GHC version to provide the right Cabal library version. Supersedes #9398
-
- Nov 09, 2023
-
-
mergify[bot] authored
Note how to do "not equal" with constraints
-
Javier Sagredo authored
Co-authored-by:
Javier Sagredo <jasataco@gmail.com> Co-authored-by:
Andrea Bedini <andrea.bedini@tweag.io> Co-authored-by:
Andrea Bedini <andrea@andreabedini.com>
-
- Nov 08, 2023
-
-
mergify[bot] authored
Add reinstall test to LinkerOptions/NonignoredConfigs
-
mergify[bot] authored
Move documentation about how to use backpack
-
BinderDavid authored
-
BinderDavid authored
-
- Nov 07, 2023
-
-
mergify[bot] authored
Do not run CI for documentation changes
-
BinderDavid authored
The github workflows are not run if the changes are completely contained within the doc/ subdirectory. The only exception is the users-guide.yml github action.
-
Phil de Joux authored
-
Phil de Joux authored
-
Phil de Joux authored
Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
Phil de Joux authored
-
- Nov 06, 2023
-
-
Phil de Joux authored
-
Phil de Joux authored
-
mergify[bot] authored
Add instance Ord for Field, FieldLine, SectionArg and Name
-
- Nov 05, 2023
-
-
Bodigrim authored
-
mergify[bot] authored
Restructure user guide into top-level guides, reference and explanation parts
-
Malte Neuss authored
-
Malte Neuss authored
The goal is for users to easier find pages for typical problems through search engines and page navigation. - The top-level layout is based on the popular documentation structure by https://documentation.divio.com/ to give a clear structure to users and future documentation contributors: * Guides: Present a solution to a single, atomic, typical user problem. * Reference: Describe user API (CLI fields, syntax etc) with technical rigour and completeness. * Explanation: Discuss background information, scope, design decisions etc. - Move existing documentation roughly into these categories with minimal editing as the basis for further editing. - Rename guide titles to mention how-to for improving SEO. - Rename some files to improve SEO since that name becomes part of the URL (often called slug). Important page keywords should appear in the slug as well to make pages rank higher in search engines.
-
- Nov 04, 2023
-
-
mergify[bot] authored
Use the newer haskell-actions organisation
-
Andrea Bedini authored
* Revert #3639 (Don't pass -package-db and -package flags to --abi-hash) With ghc>=9.6 `ghc --abi-hash` initialises the plugins so it will fail if a cabal file specifies `ghc-options: -fplugin=Foo`. Closes: #9375 * Also revert in GHC.hs --------- Co-authored-by:
Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Nov 03, 2023
-
-
Jens Petersen authored
update GH validate workflow to 9.2.8, 9.4.7, 9.6.3
-
Jens Petersen authored
-
- Nov 02, 2023
-
-
mergify[bot] authored
Bump dependencies for GHC 9.8
-
Phil de Joux authored
-
andreas.abel authored
-
andreas.abel authored
-
mergify[bot] authored
[cabal-7825] Implement external command system
-
Yvan Sraka authored
Fix #2349 and #7825
-
- Nov 01, 2023
-
-
mergify[bot] authored
Have hlint ignore CmmSourcesExe Demo
-
mergify[bot] authored
Avoid double space in "Executing install plan ..."
-
Artem Pelenitsyn authored
* doc: render math with HTML to make it selectable (fix #8453) * Update doc/conf.py Co-authored-by:
Bryan Richter <bryan@haskell.foundation> --------- Co-authored-by:
Bryan Richter <bryan@haskell.foundation> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 30, 2023
-
-
mergify[bot] authored
Fix markdown syntax in changelog
-
Hécate Moonlight authored
-
mergify[bot] authored
Create Cabal-3.10.2.1 release notes
-