haskell-git-annex: update to version 5.20141219

This commit is contained in:
Peter Simons 2014-12-24 13:50:41 +01:00
parent 183f0b9d9a
commit 8298636254
1 changed files with 12 additions and 9 deletions

View File

@ -10,15 +10,16 @@
, networkProtocolXmpp, networkUri, openssh, optparseApplicative , networkProtocolXmpp, networkUri, openssh, optparseApplicative
, pathPieces, perl, QuickCheck, random, regexTdfa, resourcet, rsync , pathPieces, perl, QuickCheck, random, regexTdfa, resourcet, rsync
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty , SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers , tastyHunit, tastyQuickcheck, tastyRerun, text, time, torrent
, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which , transformers, unixCompat, utf8String, uuid, wai, waiExtra, warp
, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic , warpTls, wget, which, xmlTypes, yesod, yesodCore, yesodDefault
, yesodForm, yesodStatic
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "git-annex"; pname = "git-annex";
version = "5.20141203"; version = "5.20141219";
sha256 = "01gifds86925vg7mh363i7qsii2wrgf3vpk3wgjff9rbb7z0fvfk"; sha256 = "1qxvsvys5hrpc5sm6s2ygr7hyrgfjc4qaycp1b0kkwjj4bl4cbvz";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -30,11 +31,13 @@ cabal.mkDerivation (self: {
networkMulticast networkProtocolXmpp networkUri optparseApplicative networkMulticast networkProtocolXmpp networkUri optparseApplicative
pathPieces QuickCheck random regexTdfa resourcet SafeSemaphore pathPieces QuickCheck random regexTdfa resourcet SafeSemaphore
securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
tastyRerun text time transformers unixCompat utf8String uuid wai tastyRerun text time torrent transformers unixCompat utf8String
waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault uuid wai waiExtra warp warpTls xmlTypes yesod yesodCore
yesodForm yesodStatic yesodDefault yesodForm yesodStatic
];
buildTools = [
bup curl git gnupg1 lsof openssh perl rsync wget which
]; ];
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
configureFlags = "-fAssistant -fProduction"; configureFlags = "-fAssistant -fProduction";
preConfigure = "export HOME=$TEMPDIR"; preConfigure = "export HOME=$TEMPDIR";
installPhase = "./Setup install"; installPhase = "./Setup install";