Bump to 0.5.1.0
authorLuke Lau <luke_lau@icloud.com>
Sun, 7 Apr 2019 18:15:02 +0000 (19:15 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sun, 7 Apr 2019 18:31:03 +0000 (19:31 +0100)
.travis.yml
ChangeLog.md
lsp-test.cabal
stack.yaml

index 4dc2e296037b25366a75e716f617139f95aaca92..494ec7d0d846c9c36afe904b378402b563402f26 100644 (file)
@@ -23,7 +23,7 @@ before_install:
   - git init
   - git remote add origin https://github.com/haskell/haskell-ide-engine.git
   - git pull origin master
-  - git checkout 89988b66a7b2d305740a9a085009a21fd4c80adf
+  - git checkout 4c64789597cec9e73c9aeb901d9f6d0bb58251d9
   - git submodule init
   - git submodule sync
   - git submodule update --init
index 08e4c20f13d691c0756b7e00ee276f83be6e6797..72ae18679eb619391cd0052fffd19003e670a5eb 100644 (file)
@@ -1,5 +1,9 @@
 # Revision history for lsp-test
 
+## 0.5.1.0 -- 2019-04-07
+
+* Add getTypeDefinitions (@fendor) 
+
 ## 0.5.0.2 -- 2018-12-05
 
 * Fix loose threads when exceptions are thrown
index 4eff6cf3a37427f3a8a7898e3f0e37753a598548..96c2ca303193b284090431e3aca98c5d19eaa5a0 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.5.0.2
+version:             0.5.1.0
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against 
@@ -15,13 +15,13 @@ author:              Luke Lau
 maintainer:          luke_lau@icloud.com
 stability:           experimental
 bug-reports:         https://github.com/Bubba/haskell-lsp-test/issues
-copyright:           2018 Luke Lau
+copyright:           2019 Luke Lau
 category:            Testing
 build-type:          Simple
 cabal-version:       2.0
 extra-source-files:  README.md
                    , ChangeLog.md
-tested-with:         GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3
+tested-with:         GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4
 
 source-repository head
   type:     git
index 119fa6a1bf115cc70297ec65b502bcca4c27d7a1..7a2a978749838fc66429318b8737f0d2a67ddd38 100644 (file)
@@ -1,4 +1,4 @@
-resolver: lts-13.9
+resolver: lts-13.15
 packages:
   - .