We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b5a75 commit e9b595fCopy full SHA for e9b595f
2 files changed
.github/workflows/Dockerfile.centos
@@ -5,8 +5,8 @@ RUN yum -y install zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gc
5
6
# Install GHC since stack's local install has issues
7
RUN wget https://downloads.haskell.org/~ghc/9.4.7/ghc-9.4.7-x86_64-centos7-linux.tar.xz
8
-RUN tar xvf ghc-9.4.7-x86_64-centos7-linux.tar.xz
9
-RUN cd ghc-9.4.7-x86_64-unknown-linux; ./configure; make install
+RUN tar xvf ghc-9.6.6-x86_64-centos7-linux.tar.xz
+RUN cd ghc-9.6.6-x86_64-unknown-linux; ./configure; make install
10
11
# install stack
12
RUN curl -sSL https://get.haskellstack.org/ | sh
stack.yaml
@@ -2,5 +2,5 @@ resolver: lts-22.43
2
packages:
3
- '.'
4
extra-deps:
-- sequence-formats-1.11.0.0
+- sequence-formats-1.11.0.1
- pipes-zlib-0.4.4.2
0 commit comments