Skip to content
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

Bump Haskell 9.2 to minor version 9.2.7 #14181

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

tarleb
Copy link
Contributor

@tarleb tarleb commented Mar 2, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 2, 2023

Diff for 54d313c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a5927d3..6b47e0f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,14 +11,14 @@ Architectures: amd64, arm64v8
 GitCommit: 12cd297d7ccc2e97fe5e94548ae502b0cbb6735f
 Directory: 9.0/slim-buster
 
-Tags: 9.2.6-buster, 9.2-buster, 9.2.6, 9.2
+Tags: 9.2.7-buster, 9.2-buster, 9.2.7, 9.2
 Architectures: amd64, arm64v8
-GitCommit: b2644d1604cc9a3e868b432f4901e86541a0841d
+GitCommit: 47c8a1ef9ecdfe9603dfa5e3ee0bdfc4b64a944a
 Directory: 9.2/buster
 
-Tags: 9.2.6-slim-buster, 9.2-slim-buster, 9.2.6-slim, 9.2-slim
+Tags: 9.2.7-slim-buster, 9.2-slim-buster, 9.2.7-slim, 9.2-slim
 Architectures: amd64, arm64v8
-GitCommit: b2644d1604cc9a3e868b432f4901e86541a0841d
+GitCommit: 47c8a1ef9ecdfe9603dfa5e3ee0bdfc4b64a944a
 Directory: 9.2/slim-buster
 
 Tags: 9.4.4-buster, 9.4-buster, 9-buster, buster, 9.4.4, 9.4, 9, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index a3f0113..1899307 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -14,10 +14,10 @@ haskell:9.2
 haskell:9.2-buster
 haskell:9.2-slim
 haskell:9.2-slim-buster
-haskell:9.2.6
-haskell:9.2.6-buster
-haskell:9.2.6-slim
-haskell:9.2.6-slim-buster
+haskell:9.2.7
+haskell:9.2.7-buster
+haskell:9.2.7-slim
+haskell:9.2.7-slim-buster
 haskell:9.4
 haskell:9.4-buster
 haskell:9.4-slim
diff --git a/haskell_9.2-slim/Dockerfile b/haskell_9.2-slim/Dockerfile
index cd746e7..d789594 100644
--- a/haskell_9.2-slim/Dockerfile
+++ b/haskell_9.2-slim/Dockerfile
@@ -94,7 +94,7 @@ RUN set -eux; \
     \
     cabal --version
 
-ARG GHC=9.2.6
+ARG GHC=9.2.7
 ARG GHC_RELEASE_KEY=88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4
 
 RUN set -eux; \
@@ -104,10 +104,10 @@ RUN set -eux; \
     # sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
     case "$ARCH" in \
         'aarch64') \
-            GHC_SHA256='824635dc779415bdcd20c4ef432e683a10d0a6c64dedca3441b434a60d0944f1'; \
+            GHC_SHA256='b4829dd2f4bdaa4b21b22b50edec17616848ab22ab64188047a3eb12bb4da85a'; \
             ;; \
         'x86_64') \
-            GHC_SHA256='85b3eaf0522781244aa7618ee285713a82cab00e21d29ea99159cf69352e2bcb'; \
+            GHC_SHA256='3a76ad6b96915eebf960d1b757ee57341302a76c6a8f97af63fd84eddb45362b'; \
             ;; \
         *) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
     esac; \
diff --git a/haskell_9.2/Dockerfile b/haskell_9.2/Dockerfile
index 0d5c0fa..906b277 100644
--- a/haskell_9.2/Dockerfile
+++ b/haskell_9.2/Dockerfile
@@ -80,7 +80,7 @@ RUN set -eux; \
     \
     cabal --version
 
-ARG GHC=9.2.6
+ARG GHC=9.2.7
 ARG GHC_RELEASE_KEY=88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4
 
 RUN set -eux; \
@@ -90,10 +90,10 @@ RUN set -eux; \
     # sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
     case "$ARCH" in \
         'aarch64') \
-            GHC_SHA256='824635dc779415bdcd20c4ef432e683a10d0a6c64dedca3441b434a60d0944f1'; \
+            GHC_SHA256='b4829dd2f4bdaa4b21b22b50edec17616848ab22ab64188047a3eb12bb4da85a'; \
             ;; \
         'x86_64') \
-            GHC_SHA256='85b3eaf0522781244aa7618ee285713a82cab00e21d29ea99159cf69352e2bcb'; \
+            GHC_SHA256='3a76ad6b96915eebf960d1b757ee57341302a76c6a8f97af63fd84eddb45362b'; \
          ;; \
         *) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
     esac; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 24272dc into docker-library:master Mar 2, 2023
@tarleb tarleb deleted the haskell branch March 2, 2023 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants