Skip to content
Snippets Groups Projects
Commit 19928747 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Add GHC 8.6.1 to travis and docker.

parent 00224cc1
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,8 @@ matrix: ...@@ -20,6 +20,8 @@ matrix:
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.4.3 - env: CABALVER=1.24 GHCVER=8.4.3
addons: {apt: {packages: [cabal-install-1.24,ghc-8.4.3], sources: [hvr-ghc]}} 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 - env: CABALVER=head GHCVER=head
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
......
...@@ -22,6 +22,15 @@ ...@@ -22,6 +22,15 @@
version: '3' version: '3'
services: services:
binary_ghc861:
build:
context: .
dockerfile: docker/Dockerfile.anyghc
args:
- ghcver=8.6.1
volumes:
- cabal-store-cache:/root/.cabal/store
binary_ghc843: binary_ghc843:
build: build:
context: . context: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment