haskell-token-bucket: disable test suite to avoid build failure because of an apparently trivial error

This commit is contained in:
Peter Simons 2015-05-22 11:31:26 +02:00
parent f25d2e1a71
commit 791e865c3e

View file

@ -835,4 +835,7 @@ self: super: {
# This needs the latest version of errors to compile.
pipes-errors_0_3 = super.pipes-errors_0_3.override { errors = self.errors_2_0_0; };
# https://github.com/hvr/token-bucket/issues/3
token-bucket = dontCheck super.token-bucket;
}