haskell-lsp-test -> lsp-test
[lsp-test.git] / lsp-test.cabal
similarity index 96%
rename from haskell-lsp-test.cabal
rename to lsp-test.cabal
index e3bb526d5a89af2ca157f2402d90e9510d25cb0e..df4833d37ec02b56ffa87bce621b1f946d69d89c 100644 (file)
@@ -1,4 +1,4 @@
-name:                haskell-lsp-test
+name:                lsp-test
 version:             0.1.0.0
 synopsis:            Functional test framework for LSP servers.
 -- description:
@@ -69,7 +69,7 @@ test-suite tests
                      , lens
                      , data-default
                      , haskell-lsp >= 0.4
-                     , haskell-lsp-test
+                     , lsp-test
                      , aeson
                      , unordered-containers
                      , text
@@ -80,4 +80,4 @@ executable lsp-test-example
   main-is:             Main.hs
   default-language:    Haskell2010
   build-depends:       base >= 4.7 && < 5
-                     , haskell-lsp-test
+                     , lsp-test