1 2 3 4 5 6 7
module PrettyPrint ( module Pretty ) where #if __GLASGOW_HASKELL__ < 503 import Pretty #else import Text.PrettyPrint as Pretty #endif