Skip to content

Commit e9b595f

Browse files
committed
tweaked dockerfile
1 parent 85b5a75 commit e9b595f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Dockerfile.centos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RUN yum -y install zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gc
55

66
# Install GHC since stack's local install has issues
77
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
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
1010

1111
# install stack
1212
RUN curl -sSL https://get.haskellstack.org/ | sh

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ resolver: lts-22.43
22
packages:
33
- '.'
44
extra-deps:
5-
- sequence-formats-1.11.0.0
5+
- sequence-formats-1.11.0.1
66
- pipes-zlib-0.4.4.2

0 commit comments

Comments
 (0)