[commit: ghc] wip/nfs-locking: Add missing Haddock header (6cf7902)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:44:07 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/6cf79029f6b1f6a1014a3be1d75a7360373c35b3/ghc

>---------------------------------------------------------------

commit 6cf79029f6b1f6a1014a3be1d75a7360373c35b3
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date:   Thu Jan 7 18:19:18 2016 +0100

    Add missing Haddock header


>---------------------------------------------------------------

6cf79029f6b1f6a1014a3be1d75a7360373c35b3
 src/Target.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Target.hs b/src/Target.hs
index 152de3d..3992ce2 100644
--- a/src/Target.hs
+++ b/src/Target.hs
@@ -37,7 +37,7 @@ instance Monoid a => Monoid (ReaderT Target Action a) where
     mempty  = return mempty
     mappend = liftM2 mappend
 
--- A partially constructed Target with fields 'Stage' and 'Package' only.
+-- | A partially constructed Target with fields 'Stage' and 'Package' only.
 -- 'PartialTarget's are used for generating build rules.
 data PartialTarget = PartialTarget Stage Package deriving (Eq, Show)
 
@@ -83,7 +83,6 @@ fullTargetWithWay ::
     -> Target
 fullTargetWithWay pt b w srcs fs = (fullTarget pt b srcs fs) { way = w }
 
--- Instances for storing in the Shake database
 instance Binary Target
 instance NFData Target
 instance Hashable Target



More information about the ghc-commits mailing list