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)?
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
fromEq1
typeclass,ord1
fromOrd1
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)?