nvim-hs-contrib 2.0.0.1 → 2.0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- nvim-hs-contrib.cabal +2/−2
nvim-hs-contrib.cabal view
@@ -1,5 +1,5 @@ name: nvim-hs-contrib-version: 2.0.0.1+version: 2.0.0.2 synopsis: Haskell plugin backend for neovim description: Library for nvim-hs.@@ -32,7 +32,7 @@ , directory , filepath , messagepack- , mtl >= 2.2.1 && < 2.3+ , mtl >= 2.2.1 && < 2.4 , text , time , utf8-string