You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2019/04/16 14:27:12 UTC

[thrift] branch master updated: THRIFT-4834 CI error at Haskell: Failed to load interface for 'Network' (#1780)

This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 2135a36  THRIFT-4834 CI error at Haskell: Failed to load interface for 'Network' (#1780)
2135a36 is described below

commit 2135a361a5d3767b6d48c70acff4b2b6577e6d9c
Author: Jens Geyer <Je...@users.noreply.github.com>
AuthorDate: Tue Apr 16 16:27:03 2019 +0200

    THRIFT-4834 CI error at Haskell: Failed to load interface for 'Network' (#1780)
---
 lib/hs/thrift.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/hs/thrift.cabal b/lib/hs/thrift.cabal
index 84a59ac..0849b80 100644
--- a/lib/hs/thrift.cabal
+++ b/lib/hs/thrift.cabal
@@ -42,7 +42,7 @@ Library
   Build-Depends:
     base >= 4, base < 5, containers, ghc-prim, attoparsec, binary, bytestring >= 0.10, base64-bytestring, hashable, HTTP, text, hspec-core > 2.4.0, unordered-containers >= 0.2.6, vector >= 0.10.12.2, QuickCheck >= 2.8.2, split
   if flag(network-uri)
-     build-depends: network-uri >= 2.6, network >= 2.6
+     build-depends: network-uri >= 2.6, network >= 2.6 && < 3.0
   else
      build-depends: network < 2.6
   Exposed-Modules: