From bcc43b49c6444317820249d72dff68f477c377a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:23:14 -0800 Subject: [PATCH] Disable random-tree and diversity per #2180 (MonadRandom) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bef67c85..81e7182d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - - diversity + # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 - modify-fasta - tree-fun - - random-tree + # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum