From 91dad1211e9463dbce159a258b4e92f08123eeef Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Tue, 30 Aug 2016 10:44:39 +0200 Subject: [PATCH] Fix typo in haddock comment --- Cabal/Distribution/Simple/BuildTarget.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/Distribution/Simple/BuildTarget.hs b/Cabal/Distribution/Simple/BuildTarget.hs index 0a8ffa2b6bc..5250ade72af 100644 --- a/Cabal/Distribution/Simple/BuildTarget.hs +++ b/Cabal/Distribution/Simple/BuildTarget.hs @@ -93,7 +93,7 @@ data UserBuildTarget = -- | UserBuildTargetDouble String String - -- A fully qualified target, either a module or file qualified by a + -- | A fully qualified target, either a module or file qualified by a -- component name with the component namespace kind. -- -- > cabal build lib:foo:Data/Foo.hs exe:foo:Data/Foo.hs