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 | |
parent | 39ae3b6381ab9651886c3b74eebf9dcb0cc7ee25 (diff) |
Fix warnings in H.B.HH and H.B.HH2
Diffstat (limited to 'src')
-rw-r--r-- | src/Haddock/Backends/HH.hs | 1 | ||||
-rw-r--r-- | src/Haddock/Backends/HH2.hs | 1 |
2 files changed, 2 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" 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" |