From d1ac29997e14202a328b64b256a29174aa308173 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 16:34:46 -0700 Subject: [PATCH] Remove json-builder per lpsmith/json-builder#2 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97d4e802..9ce46583 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 @@ -4782,6 +4783,7 @@ skipped-benchmarks: - unordered-containers # criterion 1.2 # ghc 8.4 outdated dependencies + - buffer-builder # ghc 8.4 via json-builder build failure - http2 # ghc 8.4 via hashtables - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure