Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jun 25, 2019
  2. Apr 09, 2019
  3. Mar 07, 2019
  4. Mar 03, 2019
  5. Dec 16, 2018
  6. Nov 24, 2018
  7. Oct 19, 2018
  8. Oct 16, 2018
  9. Aug 25, 2018
  10. Aug 15, 2018
  11. Aug 02, 2018
  12. Jul 07, 2018
    • Alexis Williams's avatar
      Remove 7.4 from Travis · 98582ef7
      Alexis Williams authored
      7.4 is out of our support window, so it's not really important to consider for the status of a PR (and can contribute to error fatigue)
      98582ef7
  13. Jun 09, 2018
  14. May 10, 2018
  15. Apr 27, 2018
    • quasicomputational's avatar
      travis: Move the 8.4.1 builders to 8.4.2. · c18df61c
      quasicomputational authored
      This ought to fix the build matrix. I believe the issue is GHC trac
      5129, where evaluate is being miscompiled: in cabal-testsuite's
      Test.Cabal.Server, in the function readUntilEnd, the 'read' function
      is protected by an 'if' to ensure that it doesn't result in the
      dreaded 'no parse'. However, some sophisticated putStrLn
      debugging has revealed that it is being called in *both* branches, not
      just the safe one; this is the worst sort of heisenbug because it
      vanished when I put a putStrLn before the evaluate!
      
      Since the evaluate function is fixed in 8.4.2 and bumping to 8.4.2
      has a patch for trac 5129, this is as fixed as it can get.
      c18df61c
  16. Apr 07, 2018
  17. Mar 31, 2018
  18. Mar 27, 2018
  19. Feb 16, 2018
  20. Feb 14, 2018
  21. Feb 10, 2018
  22. Jan 18, 2018
  23. Dec 21, 2017
  24. Dec 19, 2017
  25. Dec 04, 2017
  26. Oct 14, 2017
  27. Aug 15, 2017
    • Oleg Grenrus's avatar
      Use parsec, drop parsec flag · 5e4f4d58
      Oleg Grenrus authored
      - Manually generate Lexer.hs
      - Temporarily disable parser-hackage-tests on appveyor (needs
        01-index.tar)
      - Add root Makefile to handle commmon dev tasks (genering Lexer.hs)
      5e4f4d58
  28. Aug 13, 2017
  29. Jul 29, 2017
  30. Jun 09, 2017
  31. Apr 24, 2017
  32. Apr 07, 2017
  33. Mar 05, 2017
  34. Feb 21, 2017
Loading