From 78a99947ef194cc2d40546811552463042402388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boldizs=C3=A1r=20N=C3=A9meth?= Date: Thu, 12 Jul 2018 12:02:55 +0200 Subject: [PATCH] Re-enabling haskell-tools packages Fixed dependency problems with criterion and tasty. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63d659b4..84d55f2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,9 +2990,9 @@ packages: - haskell-tools-refactor - haskell-tools-rewrite - haskell-tools-demo - # - haskell-tools-cli # via tasty-1.1.0.2 - # - haskell-tools-daemon # via tasty-1.1.0.2 - - haskell-tools-debug < 0 # via criterion-1.5.0.0 + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation