Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 15, 2017
  2. Jul 14, 2017
  3. Jul 13, 2017
  4. Jul 10, 2017
  5. Jul 05, 2017
    • Francesco Gazzetta's avatar
      Add tests for new-run · 22497b29
      Francesco Gazzetta authored
      We test both for single and multiple exe/package.
      
      `new-run` must halt on ambiguities or no compatible exes,
      and must run the exe if one can be uniquely selected between
      packages and components.
      22497b29
  6. Jul 04, 2017
  7. Jul 03, 2017
  8. Jul 02, 2017
  9. Jun 21, 2017
  10. Jun 20, 2017
    • bardur.arantsson's avatar
      Create separate compat-prelude for solver · 34233d76
      bardur.arantsson authored
      The idea here is to break the dependency that has crept in from the
      "Solver" into the "Client". (If there's ever going to be a separate
      solver then the dependency would become a big problem.)
      34233d76
  11. Jun 16, 2017
  12. Jun 14, 2017
  13. Jun 13, 2017
  14. Jun 09, 2017
  15. Jun 06, 2017
    • Edward Z. Yang's avatar
      Fix test suite wobbliness on GHC 8.2. · b5d1e190
      Edward Z. Yang authored
      
      Here were the root causes:
      
      - Some tests involving Custom setpu showed MORE output
        (UseLocalPackageForSetup) when run on GHC 8.2.  This is because GHC
        8.2 ships a recent enough version of Cabal to know how to emit
        markers, which means we have started picking up the output.  I hacked
        up these tests to not accept this output, but a more correct thing to
        do is figure out how to NOT request marking of a Setup script which is
        not the inplace install.  This was a little tricky so I bailed.
      
      - GHC 8.2 no longer emits "It is a member of the hidden package".
        This broke CustomWithoutCabalDefaultMain.  Not sure if this
        is a GHC regression but it's pretty harmless.
      
      - While I was at it, I fixed an inexhaustive pattern match in
        cabal-testsuite (though perhaps poorly; I couldn't figure out
        what the new constructor does.)
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      b5d1e190
Loading