mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
haskell-haskeline: updated to version 0.6.4.0
svn path=/nixpkgs/trunk/; revision=28349
This commit is contained in:
parent
e364320481
commit
ac4fa33ad3
|
@ -1,12 +1,15 @@
|
|||
{cabal, extensibleExceptions, mtl, utf8String}:
|
||||
{cabal, mtl, terminfo, utf8String} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "haskeline";
|
||||
version = "0.6.3.2";
|
||||
sha256 = "0ragimzrilsk5r8n0fbq3lyjww28bmc1r1vgjf9pb4kpfpbz0cq8";
|
||||
propagatedBuildInputs = [extensibleExceptions mtl utf8String];
|
||||
version = "0.6.4.0";
|
||||
sha256 = "0p2qbckvdhzid6zrcgjwr8b5h8vxd7wdswsm2qp3hiyg48v4y5hd";
|
||||
propagatedBuildInputs = [ mtl terminfo utf8String ];
|
||||
meta = {
|
||||
description = "A command-line interface for user input, written in Haskell";
|
||||
homepage = "http://trac.haskell.org/haskeline";
|
||||
description = "A command-line interface for user input, written in Haskell.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue