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/HH2.hs | |
parent | 39ae3b6381ab9651886c3b74eebf9dcb0cc7ee25 (diff) |
Fix warnings in H.B.HH and H.B.HH2
Diffstat (limited to 'src/Haddock/Backends/HH2.hs')
-rw-r--r-- | src/Haddock/Backends/HH2.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Haddock/Backends/HH2.hs b/src/Haddock/Backends/HH2.hs index 685be3ad..7015236f 100644 --- a/src/Haddock/Backends/HH2.hs +++ b/src/Haddock/Backends/HH2.hs @@ -8,6 +8,7 @@ module Haddock.Backends.HH2 (ppHH2Contents, ppHH2Index, ppHH2Files, ppHH2Collection) where +ppHH2Contents, ppHH2Index, ppHH2Files, ppHH2Collection :: a ppHH2Contents = error "not yet" ppHH2Index = error "not yet" ppHH2Files = error "not yet" |