aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-08-16 12:54:33 +1000
committerYuchen Pei <hi@ypei.me>2022-08-16 12:54:33 +1000
commit61fcfac216ea019be8ef570c44573099e0cc62ed (patch)
tree6d4d070b3e53423e15c0e73df11c8a7c472e7f06
parent9c7202515e216826d10854a4c95c050b97551066 (diff)
fixing a typo in the merge
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 1175a660..138a20b7 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -153,8 +153,8 @@ executable haddock
else
-- in order for haddock's advertised version number to have proper meaning,
- -- we pin down to a single haddock-api version.
- build-depends: haddock-api == 2.27.0
+ -- we pin down to a single haddorg-api version.
+ build-depends: haddorg-api == 2.27.0
test-suite html-test
type: exitcode-stdio-1.0