diff options
author | David Waern <david.waern@gmail.com> | 2008-11-06 21:46:53 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-11-06 21:46:53 +0000 |
commit | 2e6c7a024e53f34ffa619e54049e08c21e7beec1 (patch) | |
tree | 761b3a8014da0266e1f1e035b026bf33569aeee0 /src/Haddock/Backends/HH.hs | |
parent | 39ae3b6381ab9651886c3b74eebf9dcb0cc7ee25 (diff) |
Fix warnings in H.B.HH and H.B.HH2
Diffstat (limited to 'src/Haddock/Backends/HH.hs')
-rw-r--r-- | src/Haddock/Backends/HH.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Haddock/Backends/HH.hs b/src/Haddock/Backends/HH.hs index 6cb5491d..fcb9c663 100644 --- a/src/Haddock/Backends/HH.hs +++ b/src/Haddock/Backends/HH.hs @@ -6,6 +6,7 @@ module Haddock.Backends.HH (ppHHContents, ppHHIndex, ppHHProject) where +ppHHContents, ppHHIndex, ppHHProject :: a ppHHContents = error "not yet" ppHHIndex = error "not yet" ppHHProject = error "not yet" |