Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. May 06, 2017
  2. Apr 23, 2017
  3. Mar 21, 2017
  4. Mar 20, 2017
  5. Mar 07, 2017
  6. Mar 05, 2017
  7. Feb 19, 2017
  8. Feb 17, 2017
  9. Feb 08, 2017
  10. Dec 31, 2016
  11. Dec 18, 2016
  12. Nov 27, 2016
  13. Nov 20, 2016
  14. Nov 18, 2016
  15. Oct 31, 2016
  16. Sep 14, 2016
    • Duncan Coutts's avatar
      Update hackage index before running integration tests · 64f5c5b8
      Duncan Coutts authored
      Now that we default to the secure repo, we need to run cabal update the
      first time before running cabal (new-)build/etc, which is essentially
      what the integration tests do. The travis and appveyor scripts already
      did a cabal update at the beginning, but this one was using the
      boostrap cabal and currently that version does not use the secure repo
      format by default.
      64f5c5b8
  17. Sep 08, 2016
    • Edward Z. Yang's avatar
      Provide useful call-stacks over all IO code. · 48a0d6ce
      Edward Z. Yang authored
      
      The key idea is that we define:
      
          type IO a = HasCallStack => Prelude.IO a
      
      and voila, call stacks are maintained across all IO!  You can
      look at the stacks using -v"debug +callstack".
      
      There are a number of IO functions for which the call stack is
      never used.  They are explicitly annotated using NoCallStackIO.
      Maybe some day they will use call stacks and we can change their
      types.  Similarly, there are a number of functions which do
      have type IO, but then suppress the redundant constraint error
      using "_ = callStack". Maybe some day we will attach call
      stacks to the exceptions we throw.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      48a0d6ce
  18. Aug 10, 2016
  19. May 15, 2016
  20. May 14, 2016
  21. Apr 23, 2016
  22. Apr 06, 2016
  23. Mar 29, 2016
  24. Mar 05, 2016
  25. Mar 03, 2016
  26. Feb 25, 2016
  27. Feb 24, 2016
  28. Feb 23, 2016
  29. Feb 22, 2016
  30. Feb 18, 2016
Loading