summaryrefslogtreecommitdiff
path: root/rules/haddock.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-26 15:29:15 +0100
committerIan Lynagh <igloo@earth.li>2011-10-26 15:29:15 +0100
commit4f79205400099f518cd497eef0864c8faace9e41 (patch)
treec28a9b12d9d9af36af87e8812948299f56c35cba /rules/haddock.mk
parentc8d3f44af425688db7a3a860f9a6242cbef273f8 (diff)
downloadhaskell-4f79205400099f518cd497eef0864c8faace9e41.tar.gz
Fix typo
Diffstat (limited to 'rules/haddock.mk')
-rw-r--r--rules/haddock.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/haddock.mk b/rules/haddock.mk
index 5acb7ce98b..ff922ae978 100644
--- a/rules/haddock.mk
+++ b/rules/haddock.mk
@@ -66,7 +66,7 @@ endif
# uses the Template Haskell or Annotations extensions, for example.
# Make the haddocking depend on the library .a file, to ensure
-# that we wait until the library is fully build before we haddock it
+# that we wait until the library is fully built before we haddock it
$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$($1_$2_v_LIB)
endif