archhaskell / habs

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

This patch is no longer needed #185

Closed wadeduvall closed 9 years ago

wadeduvall commented 9 years ago

The code now has a preprocessor:

#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 710
import Prelude hiding ((<$>))
#endif

This patch no longer works and causes haskell-wl-pprint-text to fail to build. I confirmed that it does compile without this patch.

wadeduvall commented 9 years ago

I am closing this and opening a new one from a different branch since github doesn't allow you to change the branch of a pull request.