[commit: packages/binary] master: Add GHC 8.6.1 to travis and docker. (1992874)

git at git.haskell.org git at git.haskell.org
Sun Oct 7 22:35:04 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/19928747235581d97e9e8d1f18d26c594938b9cf

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

commit 19928747235581d97e9e8d1f18d26c594938b9cf
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Sat Oct 6 12:25:27 2018 +0200

    Add GHC 8.6.1 to travis and docker.


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

19928747235581d97e9e8d1f18d26c594938b9cf
 .travis.yml        | 2 ++
 docker-compose.yml | 9 +++++++++
 2 files changed, 11 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 690195e..b294c12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,8 @@ matrix:
       addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}}
     - env: CABALVER=1.24 GHCVER=8.4.3
       addons: {apt: {packages: [cabal-install-1.24,ghc-8.4.3], sources: [hvr-ghc]}}
+    - env: CABALVER=2.4 GHCVER=8.6.1
+      addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.1], sources: [hvr-ghc]}}
     - env: CABALVER=head GHCVER=head
       addons: {apt: {packages: [cabal-install-head,ghc-head],  sources: [hvr-ghc]}}
 
diff --git a/docker-compose.yml b/docker-compose.yml
index 1d95b1a..3c011b3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -22,6 +22,15 @@
 
 version: '3'
 services:
+  binary_ghc861:
+    build:
+      context: .
+      dockerfile: docker/Dockerfile.anyghc
+      args:
+       - ghcver=8.6.1
+    volumes:
+     - cabal-store-cache:/root/.cabal/store
+
   binary_ghc843:
     build:
       context: .



More information about the ghc-commits mailing list