Skip to content

Commit

Permalink
Bump haskell from 9.6.2 to 9.6.3
Browse files Browse the repository at this point in the history
Bumps haskell from 9.6.2 to 9.6.3.

---
updated-dependencies:
- dependency-name: haskell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and chvp committed Oct 2, 2023
1 parent f5999f2 commit e94a850
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 e94a850

Please sign in to comment.