We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release.hs
1 parent 00f9164 commit 395eb6dCopy full SHA for 395eb6d
etc/scripts/release.hs
@@ -3,6 +3,12 @@
3
--extra-dep Cabal-3.6.3.0
4
--ghc-options -Wall
5
-}
6
+
7
+-- The GitHub workflow `integration-tests.yml` works on all operating systems
8
+-- other than Windows without the `--extra-dep Cabal-3.6.3.0` above. However, on
9
+-- Windows, if it is omitted, then `stack release.hs` somehow calls on
10
+-- Cabal-3.8.1.0, which causes an error.
11
12
{-# LANGUAGE RecordWildCards #-}
13
14
import Control.Applicative
0 commit comments