From 8662ac6a5eb094cf2f1434338a0662e42958e4e5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 23 Nov 2015 22:57:43 -0800 Subject: [PATCH] Added constraint "safecopy < 0.9" per #992 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index af54af61..cb10b3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1797,6 +1797,9 @@ packages: - derive < 2.5.23 - hlint < 1.9.23 - stylish-haskell < 0.5.14.4 + + # https://github.com/fpco/stackage/issues/992 + - safecopy < 0.9 # end of packages