Closed wadeduvall closed 9 years ago
wl-pprint-text now has s upport for GHC 7.10 with the following preprocessor statement and this patch now causes build to fail.
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 710 import Prelude hiding ((<$>)) #endif
This fixes #187
wl-pprint-text now has s upport for GHC 7.10 with the following preprocessor statement and this patch now causes build to fail.
This fixes #187