servant-server: disable testsuite
This commit is contained in:
parent
0b87efacb1
commit
1b02439b61
@ -748,6 +748,9 @@ self: super: {
|
|||||||
# https://github.com/bos/math-functions/issues/25
|
# https://github.com/bos/math-functions/issues/25
|
||||||
math-functions = dontCheck super.math-functions;
|
math-functions = dontCheck super.math-functions;
|
||||||
|
|
||||||
|
# broken test suite
|
||||||
|
servant-server = dontCheck super.servant-server;
|
||||||
|
|
||||||
# Fix build for latest versions of servant and servant-client.
|
# Fix build for latest versions of servant and servant-client.
|
||||||
servant_0_10 = super.servant_0_10.overrideScope (self: super: {
|
servant_0_10 = super.servant_0_10.overrideScope (self: super: {
|
||||||
http-api-data = self.http-api-data_0_3_5;
|
http-api-data = self.http-api-data_0_3_5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user