update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rules / haddock.mk
index ae58bce..99e0df6 100644 (file)
@@ -13,6 +13,7 @@
 
 define haddock  # args: $1 = dir,  $2 = distdir
 $(call trace, haddock($1,$2))
+$(call profStart, haddock($1,$2))
 
 ifneq "$$($1_$2_DO_HADDOCK)" "NO"
 
@@ -71,5 +72,6 @@ endif
 
 endif
 
+$(call profEnd, haddock($1,$2))
 endef