Skip to content

Commit

Permalink
Merge pull request #299 from dodona-edu/dependabot/docker/haskell-9.6.3
Browse files Browse the repository at this point in the history
Bump haskell from 9.6.2 to 9.6.3
  • Loading branch information
chvp authored Oct 2, 2023
2 parents f5999f2 + e94a850 commit 481e613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dodona-haskell.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haskell:9.6.2
FROM haskell:9.6.3

RUN apt-get update \
# Install jq for json querying in bash
Expand All @@ -21,7 +21,7 @@ RUN cabal update \
&& cabal install happy-1.20.1.1 \
&& cabal install \
HUnit-1.6.2.0 \
MissingH-1.6.0.0 \
MissingH-1.6.0.1 \
QuickCheck-2.14.3 \
ghc-lib-parser-9.6.2.20230523 \
ghc-lib-parser-ex-9.6.0.2 \
Expand Down

0 comments on commit 481e613

Please sign in to comment.