Skip to content

Commit

Permalink
Preparing for 0.8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Feb 28, 2019
1 parent ce2a5b4 commit 6759dd3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
- STACK_FILE: "stack-8.6.1.yaml"
<<: *defaults

ghc-8.6.3:
environment:
- STACK_FILE: "stack-8.6.3.yaml"
<<: *defaults

workflows:
version: 2
multiple-ghcs:
Expand All @@ -103,4 +108,5 @@ workflows:
- ghc-8.4.2
- ghc-8.4.3
- ghc-8.6.1
- ghc-8.6.3

5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision history for haskell-lsp

## 0.8.1.0 -- 2019-02-28

* Update Handler to delegate to typeDefinitionHandler instead of
definitionHandler. by @fendor

## 0.8.0.1 -- 2018-10-27

* Support GHC 8.6.1 by loosening constraints. Via @domenkozar
Expand Down
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
packages:
./
./haskell-lsp-types/

2 changes: 1 addition & 1 deletion haskell-lsp.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-lsp
version: 0.8.0.1
version: 0.8.1.0
synopsis: Haskell library for the Microsoft Language Server Protocol

description: An implementation of the types, and basic message server to
Expand Down
12 changes: 12 additions & 0 deletions stack-8.6.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
resolver: lts-13.9

packages:
- '.'
- ./haskell-lsp-types

extra-deps:

flags: {}
extra-package-dbs: []
nix:
packages: [icu]

0 comments on commit 6759dd3

Please sign in to comment.