From 2e5243b7b5354449ac9389ee992aa1a752147c6f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 20:55:27 -0800 Subject: [PATCH] Disable pred-trie and nested-routes per athanclark/pred-trie#3 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 008ab836..1389fb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1184,7 +1184,6 @@ packages: - clash-ghc "Athan Clark @athanclark": - - nested-routes - commutative - digestive-functors-lucid - ltext @@ -1197,10 +1196,13 @@ packages: - wai-middleware-verbs - webpage - composition-extra - - pred-trie - rose-trees - sets - tries + # nested-routes depends on pred-trie + # https://github.com/athanclark/pred-trie/issues/3 + # - pred-trie + # - nested-routes "Fumiaki Kinoshita @fumieval": - control-bool