Skip to content

Commit

Permalink
haskell-nixpkgs.nix: enable i686 test builds for 'vector' to debug ha…
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Oct 15, 2014
1 parent ce6ce47 commit f9d7cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ linux.mapTestOn {
# Build GHC in 32-bit, too, because hydra.nixos.org cannot do that for
# reasons nobody understands.
#haskellPackages.ghcPlain = [ "i686-linux" "x86_64-linux" ];
haskellPackages.vector = [ "i686-linux" ];

}
//
Expand Down

0 comments on commit f9d7cb6

Please sign in to comment.