[commit: packages/process] better-travis: Create stack.yaml for current GHC version (8e635bb)

git at git.haskell.org git at git.haskell.org
Thu Apr 7 12:04:23 UTC 2016


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

On branch  : better-travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/8e635bb4b6db637eb7247d9f6f79b9474d128218/process

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

commit 8e635bb4b6db637eb7247d9f6f79b9474d128218
Author: Michael Snoyman <michael at snoyman.com>
Date:   Sun Jan 24 15:32:17 2016 +0200

    Create stack.yaml for current GHC version


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

8e635bb4b6db637eb7247d9f6f79b9474d128218
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index ec41c26..6756dbf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,6 +74,8 @@ install:
  - autoreconf -i
  - case "$BUILD" in
      stack)
+       rm -f stack.yaml;
+       stack init --resolver ghc-$GHCVER;
        stack --no-terminal test --only-dependencies;;
      cabal)
        cabal --version;



More information about the ghc-commits mailing list