hls-alternate-number-format-plugin 1.3.0.0 → 1.3.0.1
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~ghcidedep ~hls-test-utilsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghcide, hls-test-utils
API changes (from Hackage documentation)
Files
hls-alternate-number-format-plugin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-alternate-number-format-plugin-version: 1.3.0.0+version: 1.3.0.1 synopsis: Provide Alternate Number Formats plugin for Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -32,7 +32,7 @@ , base >=4.12 && < 5 , containers , extra- , ghcide ^>= 1.9+ , ghcide ^>= 1.10 , ghc-boot-th , hls-graph , hls-plugin-api ^>= 1.6
src/Ide/Plugin/AlternateNumberFormat.hs view
@@ -5,7 +5,8 @@ module Ide.Plugin.AlternateNumberFormat (descriptor, Log(..)) where import Control.Lens ((^.))-import Control.Monad.Except (ExceptT, MonadIO, liftIO)+import Control.Monad.IO.Class (MonadIO, liftIO)+import Control.Monad.Except (ExceptT) import qualified Data.HashMap.Strict as HashMap import Data.Text (Text, unpack) import qualified Data.Text as T