packages feed

glean 0.2.0.0 → 0.2.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~thrift-http

Dependency ranges changed: thrift-http

Files

glean.cabal view
@@ -6,7 +6,7 @@ -- DO NO EDIT THIS FILE DIRECTLY  name:                glean-version:             0.2.0.0+version:             0.2.0.1 synopsis: A system for collecting, deriving and working with facts           about source code. homepage:            https://github.com/facebookincubator/Glean@@ -208,14 +208,14 @@        cpp-options: -DFBTHRIFT        build-depends: thrift-server     else-       build-depends: thrift-http+       build-depends: thrift-http ^>=0.3.0.0  common thrift-client     if flag(fbthrift)        cpp-options: -DFBTHRIFT        build-depends: thrift-cpp-channel     else-       build-depends: thrift-http+       build-depends: thrift-http ^>=0.3.0.0  library stubs     import: fb-haskell, fb-cpp, deps, thrift-server