thrift-haxl 0.1.0.1 → 0.2.0.0
raw patch · 2 files changed
+18/−3 lines, 2 filesdep ~textdep ~thrift-lib
Dependency ranges changed: text, thrift-lib
Files
- CHANGELOG.md +14/−0
- thrift-haxl.cabal +4/−3
+ CHANGELOG.md view
@@ -0,0 +1,14 @@+# Revision history for thrift-haxl++## 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-haxl.cabal view
@@ -3,7 +3,7 @@ -- Copyright (c) Facebook, Inc. and its affiliates. name: thrift-haxl-version: 0.1.0.1+version: 0.2.0.0 synopsis: Support for using Haxl with Thrift services homepage: https://github.com/facebookincubator/hsthrift bug-reports: https://github.com/facebookincubator/hsthrift/issues@@ -14,6 +14,7 @@ copyright: (c) Facebook, All Rights Reserved category: Thrift build-type: Simple+extra-doc-files: CHANGELOG.md description: Support for making Thrift requests using the Haxl concurrency@@ -60,12 +61,12 @@ exposed-modules: Haxl.DataSource.Thrift build-depends:- thrift-lib ^>= 0.1.0.0,+ thrift-lib >= 0.1 && < 0.3, hashable >=1.2.7.0 && <1.5, haxl >= 2.1.2.0 && < 2.6, mtl >= 2.2.2 && < 2.4, text-show >= 3.10.5 && < 3.11,- text ^>=1.2.3.0,+ text >= 1.2.3.0 && < 2.2, transformers >= 0.5.6 && < 0.7, unordered-containers ^>=0.2.9.0, base >=4.11.1 && <4.20,