From 944c615cc2ab82a35bb467f1e28565e295c8582e Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Mon, 11 Nov 2019 22:17:21 +1100 Subject: [PATCH] Restore core-text, core-data, core-program Upper bounds have been relaxed for the dependencies on prettyprinter and template-haskell; testing with GHC 8.6.5 via lts-14.14 and GHC 8.8.1 via nightly-2019-11-11 has shown full compatibility. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1aa3ad3..2ef8d0f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2416,9 +2416,9 @@ packages: - http-common - http-streams < 0 # via io-streams & openssl-streams - locators - - core-data < 0 # via prettyprinter-1.3.0 - - core-program < 0 # via prettyprinter-1.3.0 and template-haskell-2.15 - - core-text < 0 # via prettyprinter-1.3.0 and template-haskell-2.15 + - core-data + - core-program + - core-text "Sean Hunt