From 59791008bfae50ed182fcfc71f1e15db3ce10d95 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 8 Dec 2018 18:51:47 -0500 Subject: [PATCH] Re-enable approximate, compensated, and hyperloglog The dependency that was blocking these packages (`safecopy`) now supports GHC 8.6. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c23b025..2f8ae599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -666,14 +666,14 @@ packages: - adjunctions - algebra < 0 - ansi-wl-pprint - - approximate < 0 + - approximate - bifunctors - bits - bound - bytes - charset - comonad - - compensated < 0 + - compensated - compressed < 0 - concurrent-supply - constraints @@ -693,7 +693,7 @@ packages: - half - heaps - hybrid-vectors - - hyperloglog < 0 + - hyperloglog - hyphenation - integration - intern