From 432398e983dd74e5415112e982d125c4e0e0c9bc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 16:08:15 +0900 Subject: [PATCH] temporarily disable range and objective (#812) until we work out why using safe leads to: Control.Monad.Free: Can't be safely imported! The module itself isn't safe. --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 674258cb..b43b82ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,8 @@ packages: "Fumiaki Kinoshita @fumieval": - control-bool - monad-skeleton - - objective + # https://github.com/fpco/stackage/issues/812 + #- objective - witherable - xml-lens @@ -1237,7 +1238,9 @@ packages: - hsass "Robert Massaioli robertmassaioli@gmail.com": - - range + {} + # https://github.com/fpco/stackage/issues/812 + #- range "Index Int ": - transformers-lift