This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Nov 10, 2022
-
-
Colton Clemmer authored
* do not print "up to date" unless running build * Update cabal-tests * Add changelog * Remove accidentally added test generated files Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Nov 09, 2022
-
-
JH Le authored
* ghc, ghc-boot, ghci should be non-upgradable * (PR number) * Checks for depending on GHC * Also tests ghc-boot, ghci * Simplify condition * Added "rejecting:" bits * Synced cabal-install-solver's list & Simplify testcase * Updated changelog * Fully remove base dependency in test dbNonUpgrade Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
mergify[bot] authored
Document internal library syntax changes
-
- Nov 07, 2022
-
-
carlhowells authored
As of cabal-version: 3.4 and higher, it's necessary to use a different syntax to depend on internal libraries than previous versions. Document this change in a note block in the Internal Libraries section. See: #7565
-
Mikolaj Konarski authored
Set urllib.request.urlopen timeout in bootstrap.py to fix CI
-
Mikolaj Konarski authored
-
- Nov 05, 2022
-
-
gershomb authored
* build pkgconfig db individually when bulk fails * fix typo * changelog, comments * address comments * revert unnecessary extra failure check * fix changelog Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 26, 2022
-
-
mergify[bot] authored
Elaborate on XDG directories in users guide.
-
Athas authored
-
- Oct 24, 2022
-
-
Colton Clemmer authored
* Fix nix config option * Add changelog file * Fix whitespace * Reduce string to bool flag fn Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
gershomb authored
* ordNub for extra stanzas * changelong * Update pr-8499 Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 21, 2022
-
-
Mikolaj Konarski authored
Work around git problem with file transport
-
- Oct 19, 2022
-
-
mergify[bot] authored
*.project.* files use program-options to specify -fno-ignore-asserts
-
Artem Pelenitsyn authored
Simplifies *.project.* files a bit. It wasn't feasible before #7973, as program-options were applied to dependencies as well, which is undesirable.
-
- Oct 18, 2022
-
-
Artem Pelenitsyn authored
* mergify: two-day delay should account for the squash label * fix or: it needs a colon
-
- Oct 17, 2022
-
-
Artem Pelenitsyn authored
-
- Oct 16, 2022
-
-
Max Amanshauser authored
-
- Oct 15, 2022
-
-
Andrea Bedini authored
Export CompatFilePath and CompatLicenseFile
-
- Oct 14, 2022
-
-
Andrea Bedini authored
These two types need to be exported for users to be able to define their own FieldGrammar.
-
mergify[bot] authored
Fix `bytestring` CI bug
-
- Oct 13, 2022
- Oct 12, 2022
-
-
Mikolaj Konarski authored
Add RequiredTypeArguments to known extensions
-
- Oct 09, 2022
-
-
Vladislav Zavialov authored
-
- Oct 07, 2022
-
-
mergify[bot] authored
print out dependency build failure during cabal build / repl
-
Artem Pelenitsyn authored
-
- Oct 06, 2022
-
-
f-a authored
* Add regression test for #8507 * Use munch1 to parse Language If you use `some anyChar` trailing whitespace will be part of the parsed value, see #8507. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 04, 2022
-
-
mergify[bot] authored
Don't warn about 'prepositive-qualified-module' in Paths_pkgs
-
- Oct 02, 2022
-
-
Enabling '-Wprepositive-qualified-module' in a project leads to warnings when used in combination with Cabal's Paths_* feature. Given that this is code outside of a user's control, this warning should be disabled locally.
-
- Oct 01, 2022
-
-
mergify[bot] authored
"Build profile" now reflects optimization level set in global config
-
Artem Pelenitsyn authored
It still reports local config's optimization level if it was set. Fix #8487.
-
- Sep 30, 2022
-
-
Ross Paterson authored
* add TypeData language extension (ghc proposal 106) * changelog entry for PR 8493 * add TypeData to cabal.vim * update MD5 hashes * Update changelog.d/pr-8493 adjusted wording Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com> * add DeepSubsumption as suggesterd by Artem Pelenitsyn * update MD5sums Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
Mikolaj Konarski authored
Stick to GHC 8.10.7 in CI until changelog-d is updated and update CI job names to permit making them mandatory in Settings
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
Athas authored
* Move towards using XDG directories. * Install binaries in $HOME/.local/bin. * Fix tests. * Ensure config file is where it should be. * Require newer directory for XdgState. * Put world file in XDG_STATE_HOME. * Oops, forgot to import. * Remove uses of getCabalDir. * These all need directory-1.3.7.0 now. * Oh right, not a builtin anymore. If this works I will also change the other .json files. * Try it by hand. * Haskell is better than JSON. * Bump directory in all jsons. * Put directory first. * Let us assume that getConfigFilePath gets this right. * Implement backwards compatibility. * This is now elsewhere. * We need to create parents as well because ~/.local might not exist. * Put scripts-build in distinct cache directory. * Document XDG behaviour. * Remove help text references to ~/.cabal. * Remove references to .cabla/bin. * Backwards compatible install paths. * Remove more references to ~/.cabal. * Fix typo. * Fix ~/.cabal paths making their way into default config. * Reduce duplication. * Add changelog entry. * Also note install dir change. * It is the cabal-install config file. * Avoid dependending on cabal-install in Hackage-tests. * ALso respect CABAL_DIR here. * Try leaving InstallDirs alone. * Also need duplication here. * Add missing newline. * Fix doc typos. * Make this a Haddock comment. * Revision field must not be null. * Link directories. * Update doc/config.rst Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com> * No need for this. * We install foreign libraries here now. * Clarify Nothing case. * Avoid using ~/.config/cabal in manual. Co-authored-by:
Mikolaj Konarski <mikolaj@well-typed.com> Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
Mikolaj Konarski authored
Work around CI problem from ghcup switch to GHC 9.2
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-