Skip to content

Support 8.10.3 + Cabal 3.4 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.8.4', '8.10.2']
ghc: ['8.8.4', '8.10.3']
deb: ['stretch', 'buster']
include:
- ghc: '8.8.4'
ghc_minor: '8.8'
- ghc: '8.10.2'
- ghc: '8.10.3'
ghc_minor: '8.10'
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions 8.10/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr && \
rm -rf /var/lib/apt/lists/*

ARG GHC=8.10.2
ARG GHC=8.10.3
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
ARG CABAL_INSTALL=3.2
ARG CABAL_INSTALL=3.4
ARG STACK=2.5.1
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Expand Down
4 changes: 2 additions & 2 deletions 8.10/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr && \
rm -rf /var/lib/apt/lists/*

ARG GHC=8.10.2
ARG GHC=8.10.3
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
ARG CABAL_INSTALL=3.2
ARG CABAL_INSTALL=3.4
ARG STACK=2.5.1
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Expand Down
2 changes: 1 addition & 1 deletion 8.8/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \

ARG GHC=8.8.4
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
ARG CABAL_INSTALL=3.2
ARG CABAL_INSTALL=3.4
ARG STACK=2.5.1
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Expand Down
2 changes: 1 addition & 1 deletion 8.8/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \

ARG GHC=8.8.4
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
ARG CABAL_INSTALL=3.2
ARG CABAL_INSTALL=3.4
ARG STACK=2.5.1
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Expand Down