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