yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 199 forks source link

Release a GHC-8-compatible version to Hackage? #1093

Closed edom closed 6 years ago

edom commented 6 years ago

It seems that the Hackage version is somewhat behind. The HEAD builds fine on GHC 8, but not the Hackage version 0.17.1.

src/Yi/Interact.hs:225:10-39: error:
    • No instance for (Semigroup (InteractState event w))
        arising from the superclasses of an instance declaration
    • In the instance declaration for ‘Monoid (InteractState event w)’
noughtmare commented 6 years ago

I have release 0.18 to hackage.

edom commented 6 years ago

Thank you noughtmare!