Skip to content

Commit e2bb5fe

Browse files
authored
Upgrade to Cabal 3.8.1.0 (#5)
* Upgrade to Cabal 3.8.1.0 * Update Dockerfile
1 parent 60a6a6f commit e2bb5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN \
6565

6666
# Install Cabal.
6767

68-
ARG CABAL_VERSION=3.6.2.0
68+
ARG CABAL_VERSION=3.8.1.0
6969
RUN \
7070
set -o errexit -o xtrace; \
7171
if test -n "$CABAL_VERSION"; then \

0 commit comments

Comments
 (0)