2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, libedit }:
|
2008-07-31 14:38:09 +02:00
|
|
|
|
2011-08-15 13:27:02 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2008-07-31 14:38:09 +02:00
|
|
|
pname = "editline";
|
2013-03-23 17:10:42 +01:00
|
|
|
version = "0.2.1.0";
|
|
|
|
sha256 = "1qa65iqr5k3ajq1glf5y84lld132i2i3l0zmsw8xqkq7hrgqwqc3";
|
2011-08-23 12:35:49 +02:00
|
|
|
extraLibraries = [ libedit ];
|
2008-07-31 14:38:09 +02:00
|
|
|
meta = {
|
2011-08-15 13:27:02 +02:00
|
|
|
homepage = "http://code.haskell.org/editline";
|
|
|
|
description = "Bindings to the editline library (libedit)";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:43:40 +02:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2008-07-31 14:38:09 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|