haskell packages: RSA test suite doesn't compile on GHC 8.6

This commit is contained in:
Domen Kožar 2018-12-29 10:54:04 +00:00
parent 94164f0d04
commit 45f5453359
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -87,6 +87,7 @@ self: super: {
psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x
system-fileio = dontCheck super.system-fileio; # avoid dependency on broken "patience"
unicode-transforms = dontCheck super.unicode-transforms;
RSA = dontCheck super.RSA; # https://github.com/GaloisInc/RSA/issues/14
monad-par = dontCheck super.monad-par; # https://github.com/simonmar/monad-par/issues/66
# https://github.com/jgm/skylighting/issues/55