Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 17, 2021
  2. Sep 15, 2021
  3. Sep 14, 2021
  4. Aug 25, 2021
  5. Aug 05, 2021
  6. Jul 27, 2021
  7. 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
  8. Apr 13, 2021
  9. Apr 07, 2021
  10. Mar 19, 2021
  11. Mar 06, 2021
  12. Dec 30, 2020
  13. Dec 19, 2020
  14. Nov 23, 2020
  15. Nov 19, 2020
  16. Oct 30, 2020
  17. 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
  18. Oct 12, 2020
  19. Sep 27, 2020
  20. 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
  21. Jul 22, 2020
  22. 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