From f094e80c0d1b5c6879a9a2322875bcf500e789f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Silvestre=20Padr=C3=B3s?= Date: Wed, 22 Jul 2015 00:13:39 +0200 Subject: [PATCH 1/2] Adding haskell-neo4j-client --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a84426..6c1f6d6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,6 +1192,10 @@ packages: - binary-search - xlsx + "Antoni Silvestre ": + # Test suite needs a running neo4j server with auth disabled + - haskell-neo4j-client + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 35887a264a2666f38b0602c88a9b40fe120d7039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Silvestre=20Padr=C3=B3s?= Date: Wed, 22 Jul 2015 00:16:28 +0200 Subject: [PATCH 2/2] Extra comment --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c1f6d6d..feadd371 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,8 +1192,10 @@ packages: - binary-search - xlsx - "Antoni Silvestre ": + "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled + # unfortunately the cabal package name and the github repo don't have the exact same name + # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - haskell-neo4j-client "Stackage upper bounds":