Updated build expressions for the current version of cabal.nix.
svn path=/nixpkgs/trunk/; revision=28772
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ cabal, mtl, happy, gmp, boehmgc }:
|
||||
{ cabal, boehmgc, gmp, happy, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "epic";
|
||||
@@ -7,9 +7,9 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl ];
|
||||
buildTools = [ happy ];
|
||||
extraLibraries = [ gmp boehmgc ];
|
||||
noHaddock = true;
|
||||
buildTools = [ happy ];
|
||||
meta = {
|
||||
homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php";
|
||||
description = "Compiler for a simple functional language";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ cabal, binary, epic, ivor, mtl, parsec, readline, happy }:
|
||||
{ cabal, binary, epic, happy, ivor, mtl, parsec, readline }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "idris";
|
||||
|
||||
Reference in New Issue
Block a user