haskell-hruby: test suite has been fixed upstream

+1 -2
+1 -2
pkgs/development/haskell-modules/configuration-common.nix
··· 23 23 text = dontCheck super.text; 24 24 25 25 # https://github.com/bartavelle/hruby/issues/10 26 - # https://github.com/bartavelle/hruby/issues/9 27 - hruby = addExtraLibrary (dontCheck super.hruby) pkgs.ruby_2_1; 26 + hruby = addExtraLibrary super.hruby pkgs.ruby_2_1; 28 27 29 28 # Doesn't compile with lua 5.2. 30 29 hslua = super.hslua.override { lua = pkgs.lua5_1; };