File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- ghc : ['8.10.6 ', '9.0.1']
16
+ ghc : ['8.10.7 ', '9.0.1']
17
17
deb : ['stretch', 'buster']
18
18
include :
19
- - ghc : ' 8.10.6 '
19
+ - ghc : ' 8.10.7 '
20
20
ghc_minor : ' 8.10'
21
21
- ghc : ' 9.0.1'
22
22
ghc_minor : ' 9.0'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
31
31
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
32
32
33
33
# install GHC into /opt/ghc + remove profiling support
34
- ARG GHC_VERSION=8.10.6
34
+ ARG GHC_VERSION=8.10.7
35
35
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
36
36
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
37
37
find /opt/ghc/lib -name "*_p.a" -type f -delete
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ARG STACK_VERSION=2.7.3
31
31
RUN ghcup install stack -i /usr/local/bin $STACK_VERSION
32
32
33
33
# install GHC into /opt/ghc + remove profiling support
34
- ARG GHC_VERSION=8.10.6
34
+ ARG GHC_VERSION=8.10.7
35
35
RUN ghcup install ghc -i /opt/ghc $GHC_VERSION && \
36
36
find /opt/ghc/lib -name "*.p_hi" -type f -delete && \
37
37
find /opt/ghc/lib -name "*_p.a" -type f -delete
You can’t perform that action at this time.
0 commit comments