Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Mar 07, 2019
  2. Mar 03, 2019
  3. Dec 16, 2018
  4. Nov 24, 2018
  5. Oct 19, 2018
  6. Oct 16, 2018
  7. Aug 25, 2018
  8. Aug 15, 2018
  9. Aug 02, 2018
  10. 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
  11. Jun 09, 2018
  12. May 10, 2018
  13. 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
  14. Apr 07, 2018
  15. Mar 31, 2018
  16. Mar 27, 2018
  17. Feb 16, 2018
  18. Feb 14, 2018
  19. Feb 10, 2018
  20. Jan 18, 2018
  21. Dec 21, 2017
  22. Dec 19, 2017
  23. Dec 04, 2017
  24. Oct 14, 2017
  25. 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
  26. Aug 13, 2017
  27. Jul 29, 2017
  28. Jun 09, 2017
  29. Apr 24, 2017
  30. Apr 07, 2017
  31. Mar 05, 2017
  32. Feb 21, 2017
  33. Feb 20, 2017
  34. Feb 19, 2017
Loading