ghcjs / ghcjs-boot

boot libraries for ghcjs - deprecated as of GHC 8.2
5 stars 30 forks source link

Transformers #23

Closed imalsogreg closed 9 years ago

imalsogreg commented 9 years ago

In the ghc-7.10 branch, your transformers submodule is @724ec58b (April 24, 2015), recent.

In transformers commit @2877c00 (March 25, 2015), several typeclass methods were removed (eq1 from Eq1 typeclass, ord1 from Ord1 typeclass) - a breaking change - but there was no change made to transformers version number.

This breaks ekmett's linear package, which uses these dropped methods. Is it possible to set ghcjs-boot's version to perhaps the commit just before this breaking commit? Maybe transformers@08f025b (also March 25, 2015)?

imalsogreg commented 9 years ago

Fixed by #24