archhaskell / habs

Arch Haskell ABS tree
http://github.com/archhaskell/habs
80 stars 28 forks source link

wl-pprint-text patch is no longer needed #186

Closed wadeduvall closed 9 years ago

wadeduvall commented 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