aboutsummaryrefslogtreecommitdiff
path: root/src/PrettyPrint.hs
diff options
context:
space:
mode:
authorpanne <unknown>2005-01-16 15:41:25 +0000
committerpanne <unknown>2005-01-16 15:41:25 +0000
commitf1c4b8922e32871a26b8074ef12392b9b8c8e662 (patch)
tree4b84918e0cab4d3f831c975a9ad204c88cb38f24 /src/PrettyPrint.hs
parent951d840870e67b452387b35c72d235511ed9163c (diff)
[haddock @ 2005-01-16 15:41:21 by panne]
Cleaned up imports and dropped support for GHC < 5.03, it never worked, anyway.
Diffstat (limited to 'src/PrettyPrint.hs')
-rw-r--r--src/PrettyPrint.hs7
1 files changed, 0 insertions, 7 deletions
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