Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 22, 2016
  2. Jul 21, 2016
    • Edward Z. Yang's avatar
      Test bootstrap on OSX. · c59d7ce2
      Edward Z. Yang authored
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      c59d7ce2
    • Edward Z. Yang's avatar
      Rewrite Travis CI script. · 487565aa
      Edward Z. Yang authored
      
      Lots of changes:
      
          - When possible, we use the container infrastructure (sudo: false)
            rather than Google Compute Engine infrastructure (sudo: required).
            Unfortunately, we can't use GCE for the Linux builds, where
            reduced RAM available hoses are GHC build.
      
          - Switched from using ./Setup and old-style cabal to new-build.
            There are numerous great benefits but the best is that
            .cabal/store can be cached on Travis, leading to huge speedups
            on the build.  Downside is we need to string-and-ceiling-wax
            support for test/haddock/etc.
      
          - I stopped bootstrapping on every build we do; instead there
            is a separate bootstrap build we do to make sure that that
            is working.  This also speeds up the basic builds since
            we are not building Cabal/cabal-install multiple times.
      
          - There are some hacks.  The big one is setting CABAL_BUILDDIR
            explicitly; this smooths over quite a few infelicities in
            the current new-build implementation.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      487565aa
    • Edward Z. Yang's avatar
  3. Jul 18, 2016
  4. Jul 17, 2016
  5. May 21, 2016
  6. May 20, 2016
  7. May 17, 2016
  8. May 04, 2016
  9. Apr 08, 2016
  10. Apr 07, 2016
  11. Apr 01, 2016
  12. Mar 30, 2016
  13. Mar 29, 2016
  14. Mar 06, 2016
  15. Feb 25, 2016
  16. Feb 23, 2016
  17. Feb 14, 2016
  18. Feb 02, 2016
  19. Jan 31, 2016
  20. Jan 30, 2016
  21. Jan 26, 2016
Loading