We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa0f19 commit 95086e7Copy full SHA for 95086e7
1 file changed
.github/workflows/Dockerfile.centos
@@ -4,7 +4,7 @@ RUN yum -y update
4
RUN yum -y install zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gcc-c++
5
6
# Install GHC since stack's local install has issues
7
-RUN wget https://downloads.haskell.org/~ghc/9.4.7/ghc-9.6.6-x86_64-centos7-linux.tar.xz
+RUN wget https://downloads.haskell.org/~ghc/9.6.6/ghc-9.6.6-x86_64-centos7-linux.tar.xz
8
RUN tar xvf ghc-9.6.6-x86_64-centos7-linux.tar.xz
9
RUN cd ghc-9.6.6-x86_64-unknown-linux; ./configure; make install
10
0 commit comments