Skip to content

Commit

Permalink
Fix docker image for validate-8.4.4 (used GHC 8.6.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Apr 2, 2020
1 parent a1a5fc7 commit 80befc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/validate-8.4.4.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phadej/ghc:8.6.5-bionic
FROM phadej/ghc:8.4.4-bionic

# Install cabal-plan
RUN mkdir -p /root/.cabal/bin && \
Expand All @@ -16,7 +16,7 @@ RUN cabal v2-install happy --constraint 'happy ^>=1.19.12'

# Install some other dependencies
# Remove $HOME/.ghc so there aren't any environments
RUN cabal v2-install -w ghc-8.6.5 --lib \
RUN cabal v2-install -w ghc-8.4.4 --lib \
aeson \
async \
base-compat \
Expand Down Expand Up @@ -48,4 +48,4 @@ RUN cabal v2-install -w ghc-8.6.5 --lib \
# Validate
WORKDIR /build
COPY . /build
RUN sh ./validate.sh -w ghc-8.6.5 -v
RUN sh ./validate.sh -w ghc-8.4.4 -v

0 comments on commit 80befc1

Please sign in to comment.