Fix or disable broken Haskell builds.

+5
+2
pkgs/development/haskell-modules/configuration-common.nix
··· 291 291 wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1 292 292 xkbcommon = dontCheck super.xkbcommon; 293 293 xmlgen = dontCheck super.xmlgen; 294 + hapistrano = dontCheck super.hapistrano; 295 + HerbiePlugin = dontCheck super.HerbiePlugin; 294 296 295 297 # These packages try to access the network. 296 298 amqp-conduit = dontCheck super.amqp-conduit;
+3
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 3685 3685 zsh-battery: [ i686-linux, x86_64-linux, x86_64-darwin ] 3686 3686 ztail: [ i686-linux, x86_64-linux, x86_64-darwin ] 3687 3687 Zwaluw: [ i686-linux, x86_64-linux, x86_64-darwin ] 3688 + cabal-debian: [ i686-linux, x86_64-linux, x86_64-darwin ] 3689 + HPi: [ i686-linux, x86_64-linux, x86_64-darwin ] 3690 + servant-examples: [ i686-linux, x86_64-linux, x86_64-darwin ]