Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Aug 25, 2021
  2. Aug 05, 2021
  3. Jul 27, 2021
  4. May 02, 2021
    • Emily Pillmore's avatar
      Update CI for cabal-install and cabal-install-solver · bf8dff54
      Emily Pillmore authored
      * Changes needed for GenValidate and release.py to
        accommmodate new solver dependency
      * Bumps bootstrap plans to modern GHC versions
      * Update `validate.sh` and `release.py` to accommodate new solver dep.
      * Update `Makefile` targets
      bf8dff54
  5. Apr 13, 2021
  6. Apr 07, 2021
  7. Mar 19, 2021
  8. Mar 06, 2021
  9. Dec 30, 2020
  10. Dec 19, 2020
  11. Nov 23, 2020
  12. Nov 19, 2020
  13. Oct 30, 2020
  14. Oct 13, 2020
    • Oleg Grenrus's avatar
      Move tests from Cabal to Cabal-tests package · 579bff0c
      Oleg Grenrus authored
      The are various motivation points:
      - I'm not aware anyone third party running Cabal tests (maybe nixpkgs?)
      - No need to do gen-extra-source-files, as Cabal-tests is not distributed
      - No multiple rebuilds of Cabal-QuickCheck, Cabal-tree-diff
      - Slightly smaller Cabal sdist (which is quite big still)
      579bff0c
  15. Oct 12, 2020
  16. Sep 27, 2020
  17. Jul 27, 2020
    • Oleg Grenrus's avatar
      312421a2
    • Oleg Grenrus's avatar
      Add release.py · 9eae1714
      Oleg Grenrus authored
      A script essentially runs `v2-install cabal-install:exe:cabal`,
      but does some simple setup, so the result is less luckily
      to be influences by environment.
      
      Also improve bootstrap to do out-of-tree builds.
      - Use http, https tricky in some environments
      9eae1714
  18. Jul 22, 2020
  19. Jul 20, 2020
    • Oleg Grenrus's avatar
      Rename boot/ to templates/ · 2e2368bd
      Oleg Grenrus authored
      The folder contains also `Lexer.x`, which isn't a template as such,
      but it's not far from that, conceptually. `templates/` is better
      name than `boot/`
      2e2368bd
Loading