From 89e320f7131f60f110b039b158e1b092d70627c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boldizs=C3=A1r=20N=C3=A9meth?= Date: Tue, 15 Jan 2019 08:39:09 +0100 Subject: [PATCH] Re-enabling haskell-tools packages Haskell tools 1.1.1 versions are compatible with GHC 8.6 --- build-constraints.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d6efa9e..a8684c1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,15 +3162,15 @@ packages: - instance-control - references - classyplate - - haskell-tools-ast < 0 - - haskell-tools-backend-ghc < 0 - - haskell-tools-prettyprint < 0 - - haskell-tools-refactor < 0 - - haskell-tools-rewrite < 0 - - haskell-tools-demo < 0 - - haskell-tools-cli < 0 - - haskell-tools-daemon < 0 - - haskell-tools-debug < 0 + - haskell-tools-ast + - haskell-tools-backend-ghc + - haskell-tools-prettyprint + - haskell-tools-refactor + - haskell-tools-rewrite + - haskell-tools-demo + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation