Skip to content

Commit 49ab0f2

Browse files
Add -v to docspec options
1 parent d0614f5 commit 49ab0f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
DISABLE_SDIST_BUILD="y"
239239
ENABLE_DOCSPEC="y"
240240
DOCSPEC_URL=https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20250606/cabal-docspec-0.0.0.20250606-x86_64-linux.xz
241-
DOCSPEC_OPTIONS="--timeout 60"
241+
DOCSPEC_OPTIONS="-v --timeout 60"
242242
243243
#-----------------------------------------------------------------------------
244244
# Usually you do need to change anything below, this is generic code for

0 commit comments

Comments
 (0)