Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ cabal, libedit }:
|
||||
{ cabal, Cabal, libedit }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "editline";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "83618e5f86074fdc11d7f5033aa2886284462941be38fa02966acc92712c46e1";
|
||||
buildDepends = [ Cabal ];
|
||||
extraLibraries = [ libedit ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/editline";
|
||||
|
||||
Reference in New Issue
Block a user