summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2018-07-25 09:02:22 +0100
committerDomen Kožar <domen@dev.si>2018-07-25 09:02:40 +0100
commitdb557aab7b690f5e0e3348459f2e4dc8fd0d9298 (patch)
treeaba6b218c45c1e18072075bb67a37a21f1e528d1 /pkgs
parent07bbbe9bebbb4aab4cb38611d882d71dacfec4fa (diff)
downloadnixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.tar
nixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.tar.gz
nixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.tar.bz2
nixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.tar.lz
nixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.tar.xz
nixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.tar.zst
nixlib-db557aab7b690f5e0e3348459f2e4dc8fd0d9298.zip
haskell: remove/add some servant overrides
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index dcc2cc467916..b1e2a3da3fd5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;