Skip to content

Commit

Permalink
survey: Add some more info for failing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Jul 22, 2018
1 parent 67a6a7c commit 7e41d26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ let

# Stackage package names we want to blacklist.
blacklist = [
# Doens't build in `normalPkgs.haskellPackages` either
"mercury-api"
];

# All Stackage executables who (and whose dependencies) are not marked
Expand Down Expand Up @@ -510,6 +512,9 @@ in
notWorking = {
inherit (haskellPackages)
xmonad
# Uses `random_r()` glibc extension which musl doesn't have, see:
# https://github.com/haskell-numerics/hmatrix/issues/279
hmatrix
;
};

Expand Down

0 comments on commit 7e41d26

Please sign in to comment.