nixpkgs/pkgs/development/libraries/haskell/editline/0.2.1.1.nix
Peter Simons 91a5acf87d haskell-editline: this package is broken with GHC 7.8.3
We keep it around only for the sake of Haskell Platform 2009.2.0.2.
2014-08-11 14:34:12 +02:00

18 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.1";
sha256 = "101zhzja14n8bhbrly7w2aywx3sxyzgyjdrmgpg4gn4alf4lzdlz";
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;
};
})