Skip to content

Commit

Permalink
Upgrade to GHC 9.6.5 and Stack package set lts-22.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed May 22, 2024
1 parent 0f26ff1 commit f85c641
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ATTENTION: Also update the version of the final image
FROM haskell:9.6.4-slim-buster as builder
FROM haskell:9.6.5-slim-buster as builder

WORKDIR /tasklite

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN stack install tasklite


# Same OS version as the builder image
FROM haskell:9.6.4-slim-buster
FROM haskell:9.6.5-slim-buster
RUN apt-get update && \
apt-get install -y libgmp10
COPY --from=builder \
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ATTENTION: Also update the version in the Dockerfile
resolver: lts-22.20
# ATTENTION: Also use the corresponding GHC version in the Dockerfile
resolver: lts-22.22

packages:
- tasklite
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
url: https://github.com/meteogrid/iso8601-duration/archive/9524d1f02775be1d6c73165c4b4d62a19c8b7698.tar.gz
snapshots:
- completed:
sha256: 4a0e5e187fbef423f9c60072bfb1dd56f2a01a07a2667eb1469bd79073cfceaf
size: 713340
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/20.yaml
original: lts-22.20
sha256: 4be1ca5d31689b524a7f0f17a439bbe9136465213edc498e9a395899a670f2aa
size: 718486
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
original: lts-22.22

0 comments on commit f85c641

Please sign in to comment.