haskell-arithmoi: re-enable test suite

This commit is contained in:
Peter Simons 2017-03-23 17:42:13 +01:00
parent e749fb1cfd
commit c8375914ad

View file

@ -871,9 +871,6 @@ self: super: {
# https://github.com/diagrams/diagrams-lib/issues/288
diagrams-lib = overrideCabal super.diagrams-lib (drv: { doCheck = !pkgs.stdenv.isi686; });
# https://github.com/cartazio/arithmoi/issues/49
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
# https://github.com/danidiaz/streaming-eversion/issues/1
streaming-eversion = dontCheck super.streaming-eversion;