Skip to content

Commit

Permalink
Two more Haddock module attribute syntax updates
Browse files Browse the repository at this point in the history
cf. revision 47cd57c
  • Loading branch information
bmillwood committed Jan 3, 2013
1 parent 1d014ea commit 21c8508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Compat/Exception.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-# OPTIONS_GHC -cpp #-}
{-# OPTIONS_NHC98 -cpp #-}
{-# OPTIONS_JHC -fcpp #-}
-- #hide
{-# OPTIONS_HADDOCK hide #-}
module Distribution.Compat.Exception (
SomeException,
onException,
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Compat/FilePerms.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP #-}
-- #hide
{-# OPTIONS_HADDOCK hide #-}
module Distribution.Compat.FilePerms (
setFileOrdinary,
setFileExecutable,
Expand Down

0 comments on commit 21c8508

Please sign in to comment.