haskellPackages: clean up unnecessary overrides

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