Skip to content

Commit

Permalink
Fix haddock markup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Apr 17, 2016
1 parent c734050 commit 671ee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/ProjectConfig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ findProjectPackages projectRootDir ProjectConfig{..} = do

-- | A glob to find all the cabal files in a directory.
--
-- For a directory @some/dir/@, this is a glob of the form @some/dir/*.cabal@.
-- For a directory @some/dir/@, this is a glob of the form @some/dir/\*.cabal@.
-- The directory part can be either absolute or relative.
--
globStarDotCabal :: FilePath -> FilePathGlob
Expand Down

0 comments on commit 671ee00

Please sign in to comment.