Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{ cabal, extensibleExceptions, mtl, terminfo, utf8String }:
|
||||
{ cabal, Cabal, extensibleExceptions, filepath, mtl, terminfo
|
||||
, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haskeline";
|
||||
version = "0.6.4.6";
|
||||
sha256 = "136h71rb50sypkdbnk849mbcgfzx3y4hfxmx2c7kf90zpmsx5wmj";
|
||||
buildDepends = [ extensibleExceptions mtl terminfo utf8String ];
|
||||
buildDepends = [
|
||||
Cabal extensibleExceptions filepath mtl terminfo utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://trac.haskell.org/haskeline";
|
||||
description = "A command-line interface for user input, written in Haskell";
|
||||
|
||||
Reference in New Issue
Block a user