haskell-haddock: use buildTools, not extraBuildInputs

Fixes #2815
This commit is contained in:
John Wiegley 2014-07-31 12:48:24 -05:00
parent db43774a27
commit 511f41387d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self : {
version = "2.7.2"; # Haskell Platform 2010.1.0.0 and 2010.2.0.0
name = self.fname;
sha256 = "4eaaaf62785f0ba3d37ba356cfac4679faef91c0902d8cdbf42837cbe5daab82";
extraBuildInputs = [alex happy makeWrapper];
buildTools = [alex happy makeWrapper];
propagatedBuildInputs = [ghcPaths];
doCheck = false;

View file

@ -5,7 +5,7 @@ cabal.mkDerivation (self : {
version = "2.9.2"; # Haskell Platform 2011.2.0.0
name = self.fname;
sha256 = "189vvp173pqc69zgzqqx6vyhvsc13p1s86ql60rs1j5qlhh8ajg8";
extraBuildInputs = [alex happy makeWrapper];
buildTools = [alex happy makeWrapper];
propagatedBuildInputs = [ghcPaths xhtml];
doCheck = false;