File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 3.6
33-- Copyright (c) Facebook, Inc. and its affiliates.
44
55name: glean
6- version: 0.1 .0.0
6+ version: 0.2 .0.0
77synopsis: A system for collecting, deriving and working with facts
88 about source code.
99homepage: 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
10721073library test-unit
10731074 import: fb-haskell, fb-cpp, deps
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments