Remove json-builder per lpsmith/json-builder#2

This commit is contained in:
Dan Burton 2018-03-19 16:34:46 -07:00
parent 10338f2c49
commit d1ac29997e
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -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