Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 22, 2022
  2. Aug 13, 2022
  3. Aug 07, 2022
  4. Jul 28, 2022
  5. Jul 20, 2022
  6. Jul 18, 2022
  7. Jul 12, 2022
  8. Jun 24, 2022
  9. Jun 17, 2022
  10. Jun 03, 2022
  11. May 30, 2022
  12. May 25, 2022
  13. May 24, 2022
  14. May 19, 2022
  15. May 16, 2022
  16. May 10, 2022
  17. May 07, 2022
  18. May 05, 2022
    • Francesco Gazzetta's avatar
      Remove "colon specifier is experimental feature" · ee4a92de
      Francesco Gazzetta authored
      Same for "visibility is experimental feature"
      With #7270 fixed, it's time to allow hackage uploads.
      
      PWTExperimental is not used anymore, but for now I'm keeping it in case
      we add other experimental features in the future, so we don't keep
      removing and adding it (pushing CPP on users).
      
      Since it isn't used though there is no way to run
      cabal-testsuite/PackageTests/DuplicateExperimental
      so I'm just removing that test.
      
      Closes #6801
      ee4a92de
  19. May 02, 2022
  20. Apr 29, 2022
  21. Apr 21, 2022
  22. Apr 14, 2022
    • askeblad's avatar
      Fix OpenUnitId comment · f75b602b
      askeblad authored
      * IndefUnitId (data constructor) was previously incorrectly renamed to
        OpenUnitId (type constructor) instead of DefiniteUnitId
      * fix typo
      f75b602b
  23. Apr 06, 2022
  24. Mar 31, 2022
    • gershomb's avatar
      Extended project files (conditionals and imports) (#7783) · 32259a15
      gershomb authored
      
      * initial parser pass
      
      * first compiling pass
      
      * get more stuff sort of working
      
      * conditional parsing actually works
      
      * error cleanup and downloads
      
      * thread through http transport
      
      * fix merge
      
      * better errors and use extended project parsing uniformly
      
      * elif support, maybe?
      
      * fix outdated cmd, add tests, docs
      
      * fix docs
      
      * use legacyReadFields parser
      
      * changelog
      
      * cyclical import detection
      
      * fix shadowing
      
      * add missing file
      
      * finish merge
      
      * fix outstanding merge issue
      
      * use existing config available when checking for compiler for package flags
      
      * review comments
      
      * add missing test file
      
      * Update pr-7783
      
      Co-authored-by: default avatarGershom Bazerman <gershom@arista.com>
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  25. Mar 29, 2022
  26. Mar 25, 2022
  27. Mar 14, 2022
Loading