File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -832,12 +832,21 @@ executable gen-bytecode-hs
832
832
glean:bytecode,
833
833
glean:bytecode-instruction
834
834
835
- library lib
835
+ library lib-derive
836
836
import: fb-haskell, fb-cpp, deps
837
837
visibility: public
838
838
hs-source-dirs: glean/lib
839
839
exposed-modules:
840
840
Glean.Derive
841
+ build-depends:
842
+ glean:client-hs,
843
+ glean:if-glean-hs
844
+
845
+ library lib
846
+ import: fb-haskell, fb-cpp, deps
847
+ visibility: public
848
+ hs-source-dirs: glean/lib
849
+ exposed-modules:
841
850
Glean.Util.CxxXRef
842
851
Glean.Util.Declarations
843
852
Glean.Util.Range
@@ -985,7 +994,7 @@ library indexers
985
994
glean:db,
986
995
glean:handler,
987
996
glean:interprocess,
988
- glean:lib,
997
+ glean:lib-derive ,
989
998
glean:lsif,
990
999
glean:scip,
991
1000
glean:stubs,
@@ -1031,7 +1040,7 @@ executable glean
1031
1040
glean:stubs,
1032
1041
glean:config,
1033
1042
glean:core,
1034
- glean:lib,
1043
+ glean:lib-derive ,
1035
1044
glean:util,
1036
1045
json,
1037
1046
split,
@@ -1109,6 +1118,7 @@ executable hiedb-indexer
1109
1118
glean:db,
1110
1119
glean:if-glean-hs,
1111
1120
glean:lib,
1121
+ glean:lib-derive,
1112
1122
glean:schema,
1113
1123
glean:stubs,
1114
1124
glean:util,
@@ -1492,6 +1502,7 @@ library clang-derive-lib
1492
1502
glean:core,
1493
1503
glean:db,
1494
1504
glean:lib,
1505
+ glean:lib-derive,
1495
1506
glean:schema,
1496
1507
glean:util,
1497
1508
vector-algorithms
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ executable clang-derive
140
140
glean :core,
141
141
glean :db,
142
142
glean :lib,
143
+ glean :lib-derive,
143
144
glean :schema,
144
145
glean :util,
145
146
vector-algorithms
You can’t perform that action at this time.
0 commit comments