This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 12 Apr, 2020 1 commit
-
-
Oleg Grenrus authored
Fix typo
-
- 11 Apr, 2020 1 commit
-
-
Matt Renaud authored
Reduce cabal init field offset formatting by one space.
-
- 10 Apr, 2020 5 commits
-
-
Matt Renaud authored
This matches what is produced by PrettyField, so that when we switch over the cabal file generation from manual formatting to PrettyField formatting we see the true diffs and less field indent line noise.
-
Matt Renaud authored
Add FileCreators.generateCabalFile unit tests.
-
Matt Renaud authored
-
Oleg Grenrus authored
- [ci docs] doesn't work. We require CI to pass for non-admins to merge, so `[ci docs]` is more harmful. Also GitHub actions are reasonably fast, so overall it's ok to let it make builds - Mention `changelog.d` directory
-
Poscat authored
-
- 09 Apr, 2020 12 commits
-
-
Oleg Grenrus authored
6610 Add pijul to known repository type
-
Oleg Grenrus authored
Default cabal init application-dir to app, and source-dir to src.
-
Oleg Grenrus authored
Separate modifiers by space in TotalIndexState
-
Sasa Bogicevic authored
cabal-install support is very WIP
-
Matt Renaud authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Mention password-command option in upload --help
-
Oleg Grenrus authored
4267 Add --exact flag to the list command
-
Sasa Bogicevic authored
This PR adds `--exact` flag to the cabal list command which enables exact match on the package name while searching.
-
Sasa Bogicevic authored
-
Matt Renaud authored
Default to SPDX.NONE license in cabal init interactive mode.
-
Matt Renaud authored
-
- 08 Apr, 2020 3 commits
-
-
Oleg Grenrus authored
Create "Getting started" tutorial.
-
Oleg Grenrus authored
-
Matt Renaud authored
[ci skip]
-
- 07 Apr, 2020 7 commits
-
-
Oleg Grenrus authored
Fix sdist permissions
-
Oleg Grenrus authored
Also refactor ./Setup sdist to not do anything fancy. Now `./Setup sdist` and `v2-sdist` should produce close(r) to same tarballs.
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Alexis Williams authored
Fixes #5813.
-
Oleg Grenrus authored
Cabalspec 3.4
-
Matt Renaud authored
Add .readthedocs.yml config file and pin to Python v2.7.
-
- 06 Apr, 2020 11 commits
-
-
Matt Renaud authored
-
Oleg Grenrus authored
Remove v1-sdist
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Improve `cabal init` code a bit
-
Oleg Grenrus authored
-
Oleg Grenrus authored
- Always ask for SPDX expression, we can "convert" them to old format - No default license - Add cabal-version: 3.0 to the list - cabal-version is asked using CabalSpecVersion type - seems to fix what #6619 tries to fix: ``` % /code/shared-haskell/cabal/dist-newstyle/build/x86_64-linux/ghc-8.8.3/cabal-install-3.3.0.0/x/cabal/build/cabal/cabal init -l 'FOO AND BAR' Cannot parse license: FOO AND BAR CallStack (from HasCallStack): error, called at ./Distribution/ReadE.hs:42:24 in Cabal-3.3.0.0-inplace:Distribution.ReadE ``` an error, but it doesn't loop.
-
Oleg Grenrus authored
Add SPDX License List 3.8 (2020-02-09)
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Improve v2-sdist-docs
-