From d8b2d8ae2fdb7cba4289cdafa28247a32423b6a1 Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Tue, 19 Feb 2008 13:25:43 +0000
Subject: [PATCH] Fix haddock markup

---
 Distribution/Simple/InstalledPackageIndex.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Distribution/Simple/InstalledPackageIndex.hs b/Distribution/Simple/InstalledPackageIndex.hs
index c46ebf954a..54181e7af9 100644
--- a/Distribution/Simple/InstalledPackageIndex.hs
+++ b/Distribution/Simple/InstalledPackageIndex.hs
@@ -63,7 +63,7 @@ import Distribution.Simple.Utils (lowercase, equating, comparing, isInfixOf)
 -- It can be searched effeciently by package name and version.
 --
 data InstalledPackageIndex = InstalledPackageIndex
-  -- | This index maps lower case package names to all the
+  -- This index maps lower case package names to all the
   -- 'InstalledPackageInfo' records matching that package name
   -- case-insensitively. It includes all versions.
   --
-- 
GitLab