From 41baf2194623c7181c1ea09db076c36b6b1dce36 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Aug 2015 09:46:51 +0900 Subject: [PATCH] disable nested-routes temporarily for ghc-7.10.2 (athanclark/nested-routes#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It uses -Wall and getting a lot of warnings like The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() with ghc-7.10.2 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e209247..ce6fbd6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,7 +1027,8 @@ packages: - clash-ghc "Athan Clark @athanclark": - - nested-routes + # https://github.com/athanclark/nested-routes/issues/9 + #- nested-routes - urlpath - markup - webpage