diff --git a/lsp-types.cabal b/lsp-types.cabal
--- a/lsp-types.cabal
+++ b/lsp-types.cabal
@@ -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
