Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions glean.cabal.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 3.6
-- Copyright (c) Facebook, Inc. and its affiliates.

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
Expand Down Expand Up @@ -205,14 +205,14 @@ common thrift-server
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
Expand Down
Loading