Mark terminal-progress-bar tests as fixed in 0.1.0

This commit is contained in:
Adam Bergmark 2016-09-09 14:39:41 +02:00
parent 9ada54ab41
commit 7f24504d6b

View File

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