haskell-shelly: test suite has been fixed upstream

This commit is contained in:
Peter Simons 2015-07-23 20:12:31 +02:00
parent 4139c6c809
commit b49b2d9bba

View File

@ -895,7 +895,4 @@ self: super: {
# https://ghc.haskell.org/trac/ghc/ticket/9825
vimus = overrideCabal super.vimus (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; });
# https://github.com/yesodweb/Shelly.hs/issues/105
shelly = dontCheck super.shelly;
}