mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
db43774a27
commit
511f41387d
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue