Disable tests for int-cast since bounds on QuickCheck are outdated

This commit is contained in:
Alexey Kuleshevich 2021-04-06 23:15:18 +03:00
parent 18c6961b70
commit be447edb75
No known key found for this signature in database
GPG Key ID: E59B216127119E3E

View File

@ -4317,7 +4317,7 @@ packages:
# - msgpack-rpc # https://github.com/commercialhaskell/stackage/pull/4471 # - msgpack-rpc # https://github.com/commercialhaskell/stackage/pull/4471
# - msgpack-idl # https://github.com/commercialhaskell/stackage/pull/4471 # - msgpack-idl # https://github.com/commercialhaskell/stackage/pull/4471
- msgpack-aeson < 0 # via msgpack - msgpack-aeson < 0 # via msgpack
- int-cast < 0 # ghc 8.10 - int-cast
"Akihito Kirisaki <kirisaki@klaraworks.net> @kirisaki": "Akihito Kirisaki <kirisaki@klaraworks.net> @kirisaki":
- caster < 0 # via fast-builder - caster < 0 # via fast-builder
@ -7137,6 +7137,7 @@ skipped-tests:
- hashable # via test-framework - hashable # via test-framework
- haskey-btree # via test-framework - haskey-btree # via test-framework
- hmatrix-morpheus # via test-framework - hmatrix-morpheus # via test-framework
- int-cast # via QuickCheck constraint
- irc # via test-framework - irc # via test-framework
- language-c-quote # via test-framework - language-c-quote # via test-framework
- largeword # via test-framework - largeword # via test-framework