Skip to content

Commit

Permalink
Bump 8.10 to ghc 8.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairB committed Sep 10, 2021
1 parent 511e33e commit 0e7fcac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.10.6', '9.0.1']
ghc: ['8.10.7', '9.0.1']
deb: ['stretch', 'buster']
include:
- ghc: '8.10.6'
- ghc: '8.10.7'
ghc_minor: '8.10'
- ghc: '9.0.1'
ghc_minor: '9.0'
Expand Down
2 changes: 1 addition & 1 deletion 8.10/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION

# install GHC into /opt/ghc + remove profiling support
ARG GHC_VERSION=8.10.6
ARG GHC_VERSION=8.10.7
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
find /opt/ghc/lib -name "*_p.a" -type f -delete
Expand Down
2 changes: 1 addition & 1 deletion 8.10/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION

# install GHC into /opt/ghc + remove profiling support
ARG GHC_VERSION=8.10.6
ARG GHC_VERSION=8.10.7
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
find /opt/ghc/lib -name "*_p.a" -type f -delete
Expand Down

0 comments on commit 0e7fcac

Please sign in to comment.