File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN set -eux; \
43
43
\
44
44
stack --version;
45
45
46
- ARG CABAL_INSTALL=3.10.2 .0
46
+ ARG CABAL_INSTALL=3.10.3 .0
47
47
ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
48
48
49
49
RUN set -eux; \
@@ -55,10 +55,10 @@ RUN set -eux; \
55
55
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
56
56
case "$ARCH" in \
57
57
'aarch64' ) \
58
- CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
58
+ CABAL_INSTALL_SHA256='92d341620c60294535f03098bff796ef6de2701de0c4fcba249cde18a2923013 ' ; \
59
59
;; \
60
60
'x86_64' ) \
61
- CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
61
+ CABAL_INSTALL_SHA256='1d7a7131402295b01f25be5373fde095a404c45f9b5a5508fb7474bb0d3d057a ' ; \
62
62
;; \
63
63
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
64
64
esac; \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -eux; \
57
57
\
58
58
stack --version;
59
59
60
- ARG CABAL_INSTALL=3.10.2 .0
60
+ ARG CABAL_INSTALL=3.10.3 .0
61
61
ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
62
62
63
63
RUN set -eux; \
@@ -69,10 +69,10 @@ RUN set -eux; \
69
69
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
70
70
case "$ARCH" in \
71
71
'aarch64' ) \
72
- CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
72
+ CABAL_INSTALL_SHA256='92d341620c60294535f03098bff796ef6de2701de0c4fcba249cde18a2923013 ' ; \
73
73
;; \
74
74
'x86_64' ) \
75
- CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
75
+ CABAL_INSTALL_SHA256='1d7a7131402295b01f25be5373fde095a404c45f9b5a5508fb7474bb0d3d057a ' ; \
76
76
;; \
77
77
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
78
78
esac; \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN set -eux; \
43
43
\
44
44
stack --version;
45
45
46
- ARG CABAL_INSTALL=3.10.2 .0
46
+ ARG CABAL_INSTALL=3.10.3 .0
47
47
ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
48
48
49
49
RUN set -eux; \
@@ -55,10 +55,10 @@ RUN set -eux; \
55
55
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
56
56
case "$ARCH" in \
57
57
'aarch64' ) \
58
- CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
58
+ CABAL_INSTALL_SHA256='92d341620c60294535f03098bff796ef6de2701de0c4fcba249cde18a2923013 ' ; \
59
59
;; \
60
60
'x86_64' ) \
61
- CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
61
+ CABAL_INSTALL_SHA256='1d7a7131402295b01f25be5373fde095a404c45f9b5a5508fb7474bb0d3d057a ' ; \
62
62
;; \
63
63
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
64
64
esac; \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -eux; \
57
57
\
58
58
stack --version;
59
59
60
- ARG CABAL_INSTALL=3.10.2 .0
60
+ ARG CABAL_INSTALL=3.10.3 .0
61
61
ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
62
62
63
63
RUN set -eux; \
@@ -69,10 +69,10 @@ RUN set -eux; \
69
69
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
70
70
case "$ARCH" in \
71
71
'aarch64' ) \
72
- CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
72
+ CABAL_INSTALL_SHA256='92d341620c60294535f03098bff796ef6de2701de0c4fcba249cde18a2923013 ' ; \
73
73
;; \
74
74
'x86_64' ) \
75
- CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
75
+ CABAL_INSTALL_SHA256='1d7a7131402295b01f25be5373fde095a404c45f9b5a5508fb7474bb0d3d057a ' ; \
76
76
;; \
77
77
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
78
78
esac; \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN set -eux; \
43
43
\
44
44
stack --version;
45
45
46
- ARG CABAL_INSTALL=3.10.2 .0
46
+ ARG CABAL_INSTALL=3.10.3 .0
47
47
ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
48
48
49
49
RUN set -eux; \
@@ -55,10 +55,10 @@ RUN set -eux; \
55
55
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
56
56
case "$ARCH" in \
57
57
'aarch64' ) \
58
- CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
58
+ CABAL_INSTALL_SHA256='92d341620c60294535f03098bff796ef6de2701de0c4fcba249cde18a2923013 ' ; \
59
59
;; \
60
60
'x86_64' ) \
61
- CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
61
+ CABAL_INSTALL_SHA256='1d7a7131402295b01f25be5373fde095a404c45f9b5a5508fb7474bb0d3d057a ' ; \
62
62
;; \
63
63
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
64
64
esac; \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -eux; \
57
57
\
58
58
stack --version;
59
59
60
- ARG CABAL_INSTALL=3.10.2 .0
60
+ ARG CABAL_INSTALL=3.10.3 .0
61
61
ARG CABAL_INSTALL_RELEASE_KEY=EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF
62
62
63
63
RUN set -eux; \
@@ -69,10 +69,10 @@ RUN set -eux; \
69
69
# sha256 from https://downloads.haskell.org/~cabal/cabal-install-$CABAL_INSTALL/SHA256SUMS
70
70
case "$ARCH" in \
71
71
'aarch64' ) \
72
- CABAL_INSTALL_SHA256='004ed4a7ca890fadee23f58f9cb606c066236a43e16b34be2532b177b231b06d ' ; \
72
+ CABAL_INSTALL_SHA256='92d341620c60294535f03098bff796ef6de2701de0c4fcba249cde18a2923013 ' ; \
73
73
;; \
74
74
'x86_64' ) \
75
- CABAL_INSTALL_SHA256='bdeb27c008b09c3b86f8a2768018d62a1aee02565304d123fda87ed432549418 ' ; \
75
+ CABAL_INSTALL_SHA256='1d7a7131402295b01f25be5373fde095a404c45f9b5a5508fb7474bb0d3d057a ' ; \
76
76
;; \
77
77
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
78
78
esac; \
You can’t perform that action at this time.
0 commit comments