haskell-sdr: re-enable the test suite

https://github.com/adamwalker/sdr/issues/1#issuecomment-99296074
suggests that the issue has been fixed.
This commit is contained in:
Peter Simons 2015-11-29 16:15:42 +01:00
parent 906fefe444
commit f46ad3f6d8

View File

@ -662,9 +662,6 @@ self: super: {
# https://github.com/nushio3/doctest-prop/issues/1
doctest-prop = dontCheck super.doctest-prop;
# https://github.com/adamwalker/sdr/issues/1
sdr = dontCheck super.sdr;
# https://github.com/bos/aeson/issues/253
aeson = dontCheck super.aeson;