Skip to content

Commit 712ed2a

Browse files
simonmarmeta-codesync[bot]
authored andcommitted
Bump to 0.2.0.0 for a Hackage release (#632)
Summary: includes #618, which was needed to fix the build from Hackage. Pull Request resolved: #632 Reviewed By: jjuliamolin Differential Revision: D89051781 Pulled By: phlalx fbshipit-source-id: ad18e2b946f1ebd8d278d0f5dd9579733a96fdfa
1 parent ac55002 commit 712ed2a

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
@@ -1068,6 +1068,7 @@ executable disassemble
10681068
glean:if-glean-hs,
10691069
glean:lib,
10701070
glean:util,
1071+
glean:angle,
10711072

10721073
library test-unit
10731074
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)