packages feed

yi-mode-haskell 0.17.1 → 0.18.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~yi-coredep ~yi-languagePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: yi-core, yi-language

API changes (from Hackage documentation)

- Yi.Lexer.Haskell: instance GHC.Base.Functor Yi.Lexer.Haskell.AlexLastAcc
- Yi.Lexer.LiterateHaskell: instance GHC.Base.Functor Yi.Lexer.LiterateHaskell.AlexLastAcc

Files

yi-mode-haskell.cabal view
@@ -1,5 +1,5 @@ name:           yi-mode-haskell-version:        0.17.1+version:        0.18.0 synopsis:       Yi editor haskell mode category:       Yi homepage:       https://github.com/yi-editor/yi#readme@@ -30,8 +30,8 @@     , filepath     , microlens-platform     , text-    , yi-core >= 0.17-    , yi-language >= 0.17+    , yi-core >= 0.18+    , yi-language >= 0.18     , yi-rope >= 0.10   build-tools:       alex >= 3.0.3 && < 3.2.0 || >= 3.2.1