summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-27 16:20:24 +0200
committerPeter Simons <simons@cryp.to>2015-09-29 09:53:37 +0200
commit5602d609c7d92e759cbf7b33ff9dbde68aa117ff (patch)
tree97268b0cddbcd3b3441ade7381ce32f78d092b52 /pkgs/development
parenta14264db3ead58b33ce866f837014c459cc98484 (diff)
downloadnixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.tar
nixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.tar.gz
nixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.tar.bz2
nixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.tar.lz
nixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.tar.xz
nixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.tar.zst
nixlib-5602d609c7d92e759cbf7b33ff9dbde68aa117ff.zip
Fix or disable broken Haskell builds.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml3
2 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index de23a87d8939..94e2907c8025 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 36324b91c7e8..b37b420c8de5 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 ]