hsthrift icon indicating copy to clipboard operation
hsthrift copied to clipboard

The Haskell Thrift Compiler. This is an implementation of the Thrift spec that generates code in Haskell. It depends on the fbthrift project for the implementation of the underlying transport.

Results 8 hsthrift issues
Sort by recently updated
recently updated
newest added

Summary: X-link: https://github.com/facebook/proxygen/pull/495 X-link: https://github.com/facebook/mvfst/pull/337 X-link: https://github.com/facebook/fboss/pull/194 X-link: https://github.com/facebookincubator/zstrong/pull/748 I found it useful to be able to set `GETDEPS_WGET_ARGS` to change some of the flags to `wget` while it's in...

CLA Signed
fb-exported

Summary: AIRStore's contbuild broke a few days ago with a failure to unpack the boost tarball. This is because boost's jfrog subscription expired. The recommended workaround is to use `archive.boost.io`...

CLA Signed
fb-exported

This is used by some C++-only libraries and binaries (e.g., the C++ indexer) which we don't really want to depend on Haskell libs. We should probably move the C++ FFI...

CLA Signed

Hi, is any plan to support `aeson>=2.0`? The main breaking change from the new aeson is > Make map type used by Object abstract so the underlying implementation can be...

The GHC version obtained via ghcup seems to be build without the _GNU_SOURCE compiler macro. This causes it to default to [lazy symbol loading ](https://gitlab.haskell.org/ghc/ghc/-/blob/master/rts/Linker.c#L453). This in turn hides compilation...