hls-splice-plugin 1.0.0.3 → 1.0.0.4
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~hls-plugin-apidep ~hls-test-utilsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hls-plugin-api, hls-test-utils
API changes (from Hackage documentation)
Files
- hls-splice-plugin.cabal +4/−4
- src/Ide/Plugin/Splice.hs +1/−1
hls-splice-plugin.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.4 name: hls-splice-plugin-version: 1.0.0.3+version: 1.0.0.4 synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes description:- HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes.+ Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme> license: Apache-2.0 license-file: LICENSE@@ -39,7 +39,7 @@ , ghc , ghc-exactprint , ghcide >=1.2 && <1.5- , hls-plugin-api ^>=1.1+ , hls-plugin-api >=1.1 && <1.3 , lens , lsp , retrie@@ -64,5 +64,5 @@ , base , filepath , hls-splice-plugin- , hls-test-utils ^>=1.0+ , hls-test-utils >=1.0 && <1.2 , text
src/Ide/Plugin/Splice.hs view
@@ -100,7 +100,7 @@ pure mresl reportEditor MtWarning- [ "Expansion in type-chcking phase failed;"+ [ "Expansion in type-checking phase failed;" , "trying to expand manually, but note that it is less rigorous." ] pm <-