d9f6e54e7a
Old means that we have a newer version in Nixpkgs already. If there is a reason for the old package to still exist, i.e. because some other package is still referring to it, then Hydra will still build the package as a dependency, but we won't want to build old packages on their own right.
17 lines
541 B
Nix
17 lines
541 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, libedit }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "editline";
|
|
version = "0.2.1.0";
|
|
sha256 = "1qa65iqr5k3ajq1glf5y84lld132i2i3l0zmsw8xqkq7hrgqwqc3";
|
|
extraLibraries = [ libedit ];
|
|
meta = {
|
|
homepage = "http://code.haskell.org/editline";
|
|
description = "Bindings to the editline library (libedit)";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|