From d9bb934acb005e79b776995ac64a171bd893e140 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Sun, 19 Jun 2016 23:34:44 +0900 Subject: [PATCH 1/3] packages about relational-record are GHC 8.0.1 ready --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..23c30f67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2114,10 +2114,10 @@ packages: # GHC 8 - tidal "Kei Hibino @khibino": - # GHC 8 - relational-query - # GHC 8 - relational-query-HDBC - # GHC 8 - persistable-types-HDBC-pg - # GHC 8 - relational-record + - relational-query + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build From 8a4434c9375ea27844e4b69b94433f071f205284 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Mon, 20 Jun 2016 00:21:18 +0900 Subject: [PATCH 2/3] add package-flags for GHC 8. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23c30f67..99c1f6fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2332,6 +2332,11 @@ package-flags: time-locale-compat: old-locale: false + th-data-compat: + template-haskell-210: false + th-reify-compat: + template-haskell-210: false + HsOpenSSL: fast-bignum: false From fa3180b740053425a221034a2443d88992244600 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Mon, 20 Jun 2016 09:19:42 +0900 Subject: [PATCH 3/3] disable packages which depend on HDBC. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99c1f6fd..11e70f41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2115,9 +2115,9 @@ packages: "Kei Hibino @khibino": - relational-query - - relational-query-HDBC - - persistable-types-HDBC-pg - - relational-record + # GHC 8 HDBC - relational-query-HDBC + # GHC 8 HDBC - persistable-types-HDBC-pg + # GHC 8 HDBC - relational-record - text-ldap - debian-build