Skip to content

Commit 395eb6d

Browse files
committed
Document approach to release.hs options comment
1 parent 00f9164 commit 395eb6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/scripts/release.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
--extra-dep Cabal-3.6.3.0
44
--ghc-options -Wall
55
-}
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+
612
{-# LANGUAGE RecordWildCards #-}
713

814
import Control.Applicative

0 commit comments

Comments
 (0)