Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Nov 25, 2018
  2. Nov 24, 2018
  3. Sep 05, 2018
  4. Aug 20, 2018
    • Oleg Grenrus's avatar
      Preprocess cabal-install.cabal · b1c2eaac
      Oleg Grenrus authored
      - Disable cabal-install's haddock on CI
      - Temporarily disable cabal check (`-main-is` in tests)
      - Remove this is not a lib note
      - Tell to run git update-index --assume-unchanged
      
          ... when changing to -dev or -monolithic configuration.
      
          Run --no-assume-unchanged unconditionally, when
          changing to the production build.
      - Improve auto-gen note in cabal-install.cabal
      - Try to build haddock (with GHC-8.4.3 only)
      b1c2eaac
  5. May 24, 2018
  6. Jan 25, 2018
  7. Jan 24, 2018
  8. Jan 22, 2018
  9. Aug 16, 2017
  10. 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
  11. Jul 29, 2017
  12. May 07, 2017
  13. Apr 24, 2017
  14. Mar 17, 2017
  15. Mar 07, 2017
  16. Feb 21, 2017
    • Edward Z. Yang's avatar
      A few bug fixes to our CI setup. · d635c1f3
      Edward Z. Yang authored and Edward Z. Yang's avatar Edward Z. Yang committed
      
      - Setup the ssh key for cabal-website deploy right before we use
        it, so it doesn't get clobbered by our pushbot deploy script.
        Furthermore, umask the key to 600, so that we can override it.
      
      - Add some more helpful information to the Pushbot commit messages,
        including what branch/PR the build was for, and a link to the
        relevant GitHub page.
      
      - Have Travis spoof the author and email of the original committer,
        so that Travis sends the build notification message to the right place.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      d635c1f3
  17. Feb 20, 2017
Loading