From f1c4b8922e32871a26b8074ef12392b9b8c8e662 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 16 Jan 2005 15:41:25 +0000 Subject: [haddock @ 2005-01-16 15:41:21 by panne] Cleaned up imports and dropped support for GHC < 5.03, it never worked, anyway. --- src/PrettyPrint.hs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/PrettyPrint.hs (limited to 'src/PrettyPrint.hs') diff --git a/src/PrettyPrint.hs b/src/PrettyPrint.hs deleted file mode 100644 index 35d91dc1..00000000 --- a/src/PrettyPrint.hs +++ /dev/null @@ -1,7 +0,0 @@ -module PrettyPrint ( module Pretty ) where - -#if __GLASGOW_HASKELL__ < 503 -import Pretty -#else -import Text.PrettyPrint as Pretty -#endif -- cgit v1.2.3