From 951d840870e67b452387b35c72d235511ed9163c Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 16 Jan 2005 14:37:10 +0000 Subject: [haddock @ 2005-01-16 14:37:10 by panne] Refactored Text.PrettyPrint legacy hell into a separate module. --- src/HaddockDB.hs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/HaddockDB.hs') 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 -- cgit v1.2.3