haskell-lsp-test -> lsp-test
authorLuke Lau <luke_lau@icloud.com>
Wed, 1 Aug 2018 11:14:12 +0000 (12:14 +0100)
committerLuke Lau <luke_lau@icloud.com>
Wed, 1 Aug 2018 11:14:12 +0000 (12:14 +0100)
.travis.yml
lsp-test.cabal [moved from haskell-lsp-test.cabal with 96% similarity]

index b068f4497b3507bf4a50a6d3b214832c818f1c37..023236dffb40743879a4ec475a8e570928050108 100644 (file)
@@ -1,8 +1,8 @@
-language: haskell
-
-ghc:
-  - "8.2.2"
-  - "8.4.2"
+language: haskell
+# ghc:
+#   - "8.2.2"
+#   - "8.4.2"
+language: c
 
 sudo: false
 
@@ -42,7 +42,5 @@ before_install:
 
 script:
  - stack test
-  # - pwd
-  # - ls -a
   # - cabal configure --enable-tests
   # - cabal test -j2 --show-details=streaming
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