From 5602d609c7d92e759cbf7b33ff9dbde68aa117ff Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 27 Sep 2015 16:20:24 +0200 Subject: [PATCH] Fix or disable broken Haskell builds. --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ .../development/haskell-modules/configuration-hackage2nix.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index de23a87d893..94e2907c802 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -291,6 +291,8 @@ self: super: { wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1 xkbcommon = dontCheck super.xkbcommon; xmlgen = dontCheck super.xmlgen; + hapistrano = dontCheck super.hapistrano; + HerbiePlugin = dontCheck super.HerbiePlugin; # These packages try to access the network. amqp-conduit = dontCheck super.amqp-conduit; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index 36324b91c7e..b37b420c8de 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -3685,3 +3685,6 @@ dont-distribute-packages: zsh-battery: [ i686-linux, x86_64-linux, x86_64-darwin ] ztail: [ i686-linux, x86_64-linux, x86_64-darwin ] Zwaluw: [ i686-linux, x86_64-linux, x86_64-darwin ] + cabal-debian: [ i686-linux, x86_64-linux, x86_64-darwin ] + HPi: [ i686-linux, x86_64-linux, x86_64-darwin ] + servant-examples: [ i686-linux, x86_64-linux, x86_64-darwin ]