From adc37a56412101faa0351f5e304c5b59f2023cda Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 4 Jul 2018 19:25:59 -0700 Subject: [PATCH] Block build failures from fsnotify 0.3, see #3678 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cd690a6..595787dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2988,8 +2988,8 @@ packages: - haskell-tools-refactor - haskell-tools-rewrite - haskell-tools-demo - - haskell-tools-cli - - haskell-tools-daemon + # - haskell-tools-cli # via fswatch + # - haskell-tools-daemon # via fswatch - haskell-tools-debug "David Fisher @ddfisher": @@ -3378,7 +3378,7 @@ packages: - transformers-fix "Domen Kozar @domenkozar": - - cachix + # - cachix # https://github.com/cachix/cachix/issues/93 - cachix-api - servant-auth - servant-auth-server @@ -3513,6 +3513,7 @@ packages: # be removed from this list if they are fixed. "Unmaintained packages with compilation failures": - stackage-types < 0 + - fswatch < 0 # https://github.com/kelemzol/watch/issues/3 # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull