haskell-darcs: update to version 2.8.4

This commit is contained in:
Peter Simons 2013-02-09 18:24:50 +01:00
parent fcac0afb3a
commit 2191cbb0a1

View File

@ -1,18 +1,18 @@
{ cabal, curl, extensibleExceptions, filepath, hashedStorage { cabal, curl, extensibleExceptions, filepath, hashedStorage
, haskeline, html, HTTP, mmap, mtl, network, parsec, random , haskeline, html, HTTP, mmap, mtl, network, parsec, random
, regexCompat, tar, terminfo, text, vector, zlib , regexCompat, tar, terminfo, text, utf8String, vector, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "darcs"; pname = "darcs";
version = "2.8.3"; version = "2.8.4";
sha256 = "0nbg45i5sgbsc488siqirgysy3z912xghqbwm5hcsl37j910hxch"; sha256 = "164zclgib9ql4rqykpdhhk2bad0m5v0k0iwzsj0z7nax5nxlvarz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
extensibleExceptions filepath hashedStorage haskeline html HTTP extensibleExceptions filepath hashedStorage haskeline html HTTP
mmap mtl network parsec random regexCompat tar terminfo text vector mmap mtl network parsec random regexCompat tar terminfo text
zlib utf8String vector zlib
]; ];
extraLibraries = [ curl ]; extraLibraries = [ curl ];
postInstall = '' postInstall = ''