Skip to content

Commit be8e5ab

Browse files
committed
Bump to 0.2.0.0 for a Hackage release
1 parent ccd6598 commit be8e5ab

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for glean
22

3+
## 0.2.0.0
4+
5+
* Added `glean-lsp`, a multi-language LSP server based on Glean
6+
* Added a new Haskell indexer which consumes `.hie` files directly and
7+
collects much richer data than the old indexer.
8+
39
## 0.1.0.0 -- YYYY-mm-dd
410

511
* First version. Released on an unsuspecting world.

glean.cabal.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 3.6
33
-- Copyright (c) Facebook, Inc. and its affiliates.
44

55
name: glean
6-
version: 0.1.0.0
6+
version: 0.2.0.0
77
synopsis: A system for collecting, deriving and working with facts
88
about source code.
99
homepage: https://github.com/facebookincubator/Glean
@@ -1067,6 +1067,7 @@ executable disassemble
10671067
glean:if-glean-hs,
10681068
glean:lib,
10691069
glean:util,
1070+
glean:angle,
10701071

10711072
library test-unit
10721073
import: fb-haskell, fb-cpp, deps

glean/lsp/glean-lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ executable glean-lsp
8686
unliftio-core ^>=0.2,
8787
unordered-containers >= 0.2.9.0 && < 0.3,
8888
optparse-applicative >= 0.17 && < 0.19,
89-
glean:glass-lib,
89+
glean:glass-lib >= 0.2 && < 0.3,
9090
glean:if-glass-hs,
9191
glean:util,
9292
fb-util,

0 commit comments

Comments
 (0)