We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9d9bf commit 8da75d2Copy full SHA for 8da75d2
.github/scripts/env.sh
@@ -11,7 +11,7 @@ fi
11
export PATH="$HOME/.local/bin:$PATH"
12
13
export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
14
-export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.10.2.0}"
+export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.10.3.0}"
15
export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=no
16
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes
17
export BOOTSTRAP_HASKELL_ADJUST_BASHRC=1
0 commit comments