Skip to content

Commit d0849f6

Browse files
committed
Bump 8.10 to ghc 8.10.6
1 parent 4802364 commit d0849f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ghc: ['8.10.5', '9.0.1']
16+
ghc: ['8.10.6', '9.0.1']
1717
deb: ['stretch', 'buster']
1818
include:
19-
- ghc: '8.10.5'
19+
- ghc: '8.10.6'
2020
ghc_minor: '8.10'
2121
- ghc: '9.0.1'
2222
ghc_minor: '9.0'

8.10/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
3131
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
3232

3333
# install GHC into /opt/ghc + remove profiling support
34-
ARG GHC_VERSION=8.10.5
34+
ARG GHC_VERSION=8.10.6
3535
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
3636
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
3737
find /opt/ghc/lib -name "*_p.a" -type f -delete

8.10/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
3131
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
3232

3333
# install GHC into /opt/ghc + remove profiling support
34-
ARG GHC_VERSION=8.10.5
34+
ARG GHC_VERSION=8.10.6
3535
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
3636
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
3737
find /opt/ghc/lib -name "*_p.a" -type f -delete

0 commit comments

Comments
 (0)