packages feed

thrift-http 0.1.0.1 → 0.2.0.0

raw patch · 2 files changed

+19/−4 lines, 2 filesdep ~fb-utildep ~textdep ~thrift-lib

Dependency ranges changed: fb-util, text, thrift-lib

Files

+ CHANGELOG.md view
@@ -0,0 +1,14 @@+# Revision history for thrift-http++## 0.2.0.0++* The folly dependency is now bundled in the Hackage package folly-clib,+  so that hsthrift and Glean can be built entirely by cabal.++## 0.1.0.1++* Builds with GHC 9.8.x++## 0.1.0.0++* First version. Released on an unsuspecting world.
thrift-http.cabal view
@@ -3,7 +3,7 @@ -- Copyright (c) Facebook, Inc. and its affiliates.  name:                thrift-http-version:             0.1.0.1+version:             0.2.0.0 synopsis:            Support for Thrift-over-HTTP server and client homepage:            https://github.com/facebookincubator/hsthrift bug-reports:         https://github.com/facebookincubator/hsthrift/issues@@ -13,6 +13,7 @@ maintainer:          hsthrift-team@fb.com copyright:           (c) Facebook, All Rights Reserved category:            Thrift+extra-doc-files:     CHANGELOG.md  description:     Support for building servers and clients that communicate@@ -72,10 +73,10 @@       Thrift.Channel.HTTP    build-depends:-      fb-util >= 0.1.0 && < 0.2,-      thrift-lib >= 0.1.0 && < 0.2,+      fb-util >= 0.1.0 && < 0.3,+      thrift-lib >= 0.1.0 && < 0.3,       base >=4.11.1 && <4.20,-      text ^>=1.2.3.0,+      text >= 1.2.3.0 && < 2.2,       bytestring >=0.10.8.2 && <0.13,       async ^>=2.2.1,       utf8-string >= 1.0.2 && < 1.1,