aboutsummaryrefslogtreecommitdiff
path: root/src/PrettyPrint.hs
diff options
context:
space:
mode:
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