lsp-types 1.3.0.0 → 1.3.0.1
raw patch · 1 files changed
+4/−2 lines, 1 filesdep +dependent-sumdep ~dependent-sum-templatenew-uploader
Dependencies added: dependent-sum
Dependency ranges changed: dependent-sum-template
Files
- lsp-types.cabal +4/−2
lsp-types.cabal view
@@ -1,5 +1,5 @@ name: lsp-types-version: 1.3.0.0+version: 1.3.0.1 synopsis: Haskell library for the Microsoft Language Server Protocol, data types description: An implementation of the types to allow language implementors to@@ -89,7 +89,9 @@ , rope-utf16-splay >= 0.3.1.0 , scientific , some- , dependent-sum-template+ , dependent-sum-template >= 0.1.0.0+ -- transitive dependency of the previous one, which does not have the correct lower bound+ , dependent-sum >= 0.7.1.0 , text , template-haskell , temporary