Skip to content
Snippets Groups Projects
Commit b41b92c3 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #1165 from benmachine/haddockattributes

Two more Haddock module attribute syntax updates
parents 1d014ead 21c85089
No related merge requests found
......@@ -2,7 +2,7 @@
{-# OPTIONS_GHC -cpp #-}
{-# OPTIONS_NHC98 -cpp #-}
{-# OPTIONS_JHC -fcpp #-}
-- #hide
{-# OPTIONS_HADDOCK hide #-}
module Distribution.Compat.Exception (
SomeException,
onException,
......
{-# LANGUAGE CPP #-}
-- #hide
{-# OPTIONS_HADDOCK hide #-}
module Distribution.Compat.FilePerms (
setFileOrdinary,
setFileExecutable,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment