Skip to content

Commit

Permalink
servant-server: disable testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 13, 2017
1 parent 0b87efa commit 1b02439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -748,6 +748,9 @@ self: super: {
# https://github.com/bos/math-functions/issues/25
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.
servant_0_10 = super.servant_0_10.overrideScope (self: super: {
http-api-data = self.http-api-data_0_3_5;
Expand Down

0 comments on commit 1b02439

Please sign in to comment.