hls-test-utils 2.9.0.0 → 2.9.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~ghcidedep ~hls-plugin-apiPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: ghcide, hls-plugin-api
API changes (from Hackage documentation)
- Test.Hls: instance Data.Default.Class.Default (Test.Hls.TestConfig b)
+ Test.Hls: instance Data.Default.Internal.Default (Test.Hls.TestConfig b)
Files
- hls-test-utils.cabal +3/−3
hls-test-utils.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-test-utils-version: 2.9.0.0+version: 2.9.0.1 synopsis: Utilities used in the tests of Haskell Language Server description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>@@ -43,8 +43,8 @@ , directory , extra , filepath- , ghcide == 2.9.0.0- , hls-plugin-api == 2.9.0.0+ , ghcide == 2.9.0.1+ , hls-plugin-api == 2.9.0.1 , lens , lsp , lsp-test ^>=0.17