Skip to content

Commit b082681

Browse files
committed
Add comment about cabal head in CI
1 parent 5325556 commit b082681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup-build/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ inputs:
77
cabal:
88
description: "Cabal version"
99
required: false
10+
# TODO: We should change this to 3.11 or latest once version 3.11 is released.
11+
# For now we need the functionality in cabal head that generates HIE files
12+
# for dependencies.
1013
default: "head"
1114
os:
1215
description: "Operating system: Linux, Windows or macOS"

0 commit comments

Comments
 (0)