diff options
author | David Waern <david.waern@gmail.com> | 2009-03-27 22:45:21 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-03-27 22:45:21 +0000 |
commit | 801a6bfe801fa971a5d1b937ba260af94f1d8854 (patch) | |
tree | 69449f674a4d1e248d456920c03bc1585dbcf9a3 /src/Haddock/InterfaceFile.hs | |
parent | 6a8c68f7004c80e43dbb2e8f8b21740b83228fc3 (diff) |
-Wall police
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 8a1a909c..f4c74cb9 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -15,7 +15,7 @@ module Haddock.InterfaceFile ( import Haddock.Types -import Haddock.Utils +import Haddock.Utils hiding (out) import Data.List import Data.Word |