haskellPackages: clean up unnecessary overrides

-10
-10
pkgs/development/haskell-modules/configuration-common.nix
··· 248 webkitgtk3-javascriptcore = super.webkitgtk3-javascriptcore.override { webkit = pkgs.webkitgtk24x; }; 249 websnap = super.websnap.override { webkit = pkgs.webkitgtk24x; }; 250 251 - # While waiting for https://github.com/jwiegley/gitlib/pull/53 to be merged 252 - hlibgit2 = addBuildTool super.hlibgit2 pkgs.git; 253 - 254 # https://github.com/mvoidex/hsdev/issues/11 255 hsdev = dontHaddock super.hsdev; 256 ··· 263 # Upstream notified by e-mail. 264 permutation = dontCheck super.permutation; 265 266 - # https://github.com/vincenthz/hs-tls/issues/102 267 - tls = dontCheck super.tls; 268 - 269 # https://github.com/jputcu/serialport/issues/25 270 serialport = dontCheck super.serialport; 271 ··· 274 275 # Fails no apparent reason. Upstream has been notified by e-mail. 276 assertions = dontCheck super.assertions; 277 - 278 - # https://github.com/vincenthz/tasty-kat/issues/1 279 - tasty-kat = dontCheck super.tasty-kat; 280 281 # These packages try to execute non-existent external programs. 282 cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw ··· 302 test-sandbox = dontCheck super.test-sandbox; 303 users-postgresql-simple = dontCheck super.users-postgresql-simple; 304 wai-middleware-hmac = dontCheck super.wai-middleware-hmac; 305 - wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1 306 xkbcommon = dontCheck super.xkbcommon; 307 xmlgen = dontCheck super.xmlgen; 308 hapistrano = dontCheck super.hapistrano;
··· 248 webkitgtk3-javascriptcore = super.webkitgtk3-javascriptcore.override { webkit = pkgs.webkitgtk24x; }; 249 websnap = super.websnap.override { webkit = pkgs.webkitgtk24x; }; 250 251 # https://github.com/mvoidex/hsdev/issues/11 252 hsdev = dontHaddock super.hsdev; 253 ··· 260 # Upstream notified by e-mail. 261 permutation = dontCheck super.permutation; 262 263 # https://github.com/jputcu/serialport/issues/25 264 serialport = dontCheck super.serialport; 265 ··· 268 269 # Fails no apparent reason. Upstream has been notified by e-mail. 270 assertions = dontCheck super.assertions; 271 272 # These packages try to execute non-existent external programs. 273 cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw ··· 293 test-sandbox = dontCheck super.test-sandbox; 294 users-postgresql-simple = dontCheck super.users-postgresql-simple; 295 wai-middleware-hmac = dontCheck super.wai-middleware-hmac; 296 xkbcommon = dontCheck super.xkbcommon; 297 xmlgen = dontCheck super.xmlgen; 298 hapistrano = dontCheck super.hapistrano;