1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

haskell-serversession: disable failing test suite

This commit is contained in:
Peter Simons 2015-06-16 11:12:14 +02:00
parent 19c5b0a8cd
commit 614769a9ed

View file

@ -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;
}