diff options
author | panne <unknown> | 2005-01-16 14:37:10 +0000 |
---|---|---|
committer | panne <unknown> | 2005-01-16 14:37:10 +0000 |
commit | 951d840870e67b452387b35c72d235511ed9163c (patch) | |
tree | c62b706cbe5de938a995073cc15e8e463b581fce /src/HaddockDB.hs | |
parent | dae3cc3eb74cfe7e59b18242897584664078233f (diff) |
[haddock @ 2005-01-16 14:37:10 by panne]
Refactored Text.PrettyPrint legacy hell into a separate module.
Diffstat (limited to 'src/HaddockDB.hs')
-rw-r--r-- | src/HaddockDB.hs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/HaddockDB.hs b/src/HaddockDB.hs index a9d92250..33e63a8b 100644 --- a/src/HaddockDB.hs +++ b/src/HaddockDB.hs @@ -8,14 +8,8 @@ module HaddockDB (ppDocBook) where import HaddockTypes import HaddockUtil - import HsSyn - -#if __GLASGOW_HASKELL__ < 503 -import Pretty -#else -import Text.PrettyPrint -#endif +import PrettyPrint ----------------------------------------------------------------------------- -- Printing the results in DocBook format |