haskell-serversession: disable failing test suite

wip/yesman
Peter Simons 9 years ago
parent 19c5b0a8cd
commit 614769a9ed
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -873,4 +873,7 @@ self: super: {
# Doesn't work with recent versions of mtl.
cron-compat = markBroken super.cron-compat;
# https://github.com/yesodweb/serversession/issues/1
serversession = dontCheck super.serversession;
}

Loading…
Cancel
Save