aboutsummaryrefslogtreecommitdiff
path: root/src/PrettyPrint.hs
blob: 35d91dc1eaf9515f89cccc1e29a2658b217217e9 (plain) (blame)
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