Skip to content

Commit 83ac783

Browse files
committed
Fix typo in --disable-documentation
1 parent 857e67e commit 83ac783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/NewHaddock/DisableDoc/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Test.Cabal.Prelude
2-
-- Test that `cabal haddock --disable-documention` works as expected and leads
2+
-- Test that `cabal haddock --disable-documentation` works as expected and leads
33
-- to a warning if a local package makes an outer reference.
44
main = cabalTest . withRepo "repo" $ do
55
r <- cabal' "haddock" ["--disable-documentation", "B"]

0 commit comments

Comments
 (0)