haskell-token-bucket: disable test suite to avoid build failure because of an apparently trivial error
This commit is contained in:
parent
f25d2e1a71
commit
791e865c3e
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user