Skip to content

Commit bf5773f

Browse files
committed
Minor fixes for Hackage
1 parent 26d5f49 commit bf5773f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

glean.cabal.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ flag use-folly-clib
138138

139139
common folly
140140
if flag(use-folly-clib)
141-
build-depends: fb-util >= 0.2, folly-clib > 0
141+
build-depends: fb-util >= 0.2, folly-clib > 0.0
142142
else
143143
build-depends: fb-util < 0.2
144144
pkgconfig-depends: libfolly
@@ -405,6 +405,7 @@ library storage
405405
include-dirs: .
406406
install-includes:
407407
glean/storage/ffi.h
408+
glean/storage/common.h
408409
glean/storage/db.h
409410
glean/storage/stats.h
410411
build-depends:

0 commit comments

Comments
 (0)