haskell: remove/add some servant overrides

wip/yesman
Domen Kožar 6 years ago
parent 07bbbe9beb
commit db557aab7b
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246
  1. 9
      pkgs/development/haskell-modules/configuration-common.nix

@ -737,9 +737,6 @@ 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;
# build servant docs from the repository
servant =
let
@ -764,9 +761,6 @@ self: super: {
'';
});
# Glob == 0.7.x
servant-auth = doJailbreak super.servant-auth;
# https://github.com/pontarius/pontarius-xmpp/issues/105
pontarius-xmpp = dontCheck super.pontarius-xmpp;
@ -1079,6 +1073,9 @@ self: super: {
# Test suite depends on cabal-install
doctest = dontCheck super.doctest;
# https://github.com/haskell-servant/servant-auth/issues/113
servant-auth-client = dontCheck super.servant-auth-client;
# Over-specified constraint on X11 ==1.8.*.
xmonad = doJailbreak super.xmonad;

Loading…
Cancel
Save