diff --git a/build-constraints.yaml b/build-constraints.yaml index f5095436..9d7f1ce8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2564,7 +2564,7 @@ packages: - basic-prelude < 0.6.1 # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 + - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this # end of packages @@ -2689,7 +2689,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - - terminal-progress-bar # https://github.com/roelvandijk/terminal-progress-bar/issues/11 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 @@ -2702,6 +2701,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - dlist # https://github.com/fpco/stackage/issues/1691 + - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73