Upgrade to haskell-lsp 0.8.0.0
[opengl.git] / lsp-test.cabal
index 0275aed3f32a70eba2246e375d99cecb7789a7bc..4d431f5298de0128bf7af94f0bba7d6df7967439 100644 (file)
@@ -36,7 +36,7 @@ library
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
   build-depends:       base >= 4.7 && < 5
-                     , haskell-lsp >= 0.7
+                     , haskell-lsp == 0.8.*
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -78,7 +78,7 @@ test-suite tests
   build-depends:       base >= 4.7 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.7
+                     , haskell-lsp == 0.8.*
                      , lsp-test
                      , data-default
                      , aeson