[commit: ghc] master: Fix build scripts (#668) (12e6635)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:19:41 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/12e6635a583a48cee81d7ac007687a5038519244/ghc

>---------------------------------------------------------------

commit 12e6635a583a48cee81d7ac007687a5038519244
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Sep 1 19:50:38 2018 +0100

    Fix build scripts (#668)
    
    * Delete scripts relying on global package database
    
    * Simplify Cabal build script
    
    * Simplify the default build script
    
    * Fix path
    
    * Invoke the build script from GHC root
    
    * Switch to newer Cabal
    
    * Don't disable Cabal output
    
    * Add build.cabal.bat


>---------------------------------------------------------------

12e6635a583a48cee81d7ac007687a5038519244
 .travis.yml         |  8 +++---
 build.cabal.bat     | 41 ++++++++++++++++++++++++++++++
 build.cabal.sh      | 73 ++++++++++++-----------------------------------------
 build.global-db.bat | 38 ----------------------------
 build.global-db.sh  | 52 --------------------------------------
 build.sh            | 32 +----------------------
 circle.yml          |  4 +--
 7 files changed, 64 insertions(+), 184 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 12e6635a583a48cee81d7ac007687a5038519244


More information about the ghc-commits mailing list