haskell-git-annex: update to version 5.20140306
This commit is contained in:
parent
8434415ffb
commit
39175f5117
@ -10,14 +10,14 @@
|
|||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, SHA, stm
|
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, SHA, stm
|
||||||
, tasty, tastyHunit, tastyQuickcheck, tastyRerun, text, time
|
, tasty, tastyHunit, tastyQuickcheck, tastyRerun, text, time
|
||||||
, transformers, unixCompat, utf8String, uuid, wai, waiLogger, warp
|
, transformers, unixCompat, utf8String, uuid, wai, waiLogger, warp
|
||||||
, which, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
|
, warpTls, which, xmlTypes, yesod, yesodCore, yesodDefault
|
||||||
, yesodStatic
|
, yesodForm, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140227";
|
version = "5.20140306";
|
||||||
sha256 = "0zdaryvfpbmc454798z3z3sshf0br8v3sw0vnksqng3zm3w73dah";
|
sha256 = "1kjgqrz0wnccylrbdiwj1yndg7v2k09f5h2vkk06bnx02xmwvjl9";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -30,7 +30,8 @@ cabal.mkDerivation (self: {
|
|||||||
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
||||||
SafeSemaphore SHA stm tasty tastyHunit tastyQuickcheck tastyRerun
|
SafeSemaphore SHA stm tasty tastyHunit tastyQuickcheck tastyRerun
|
||||||
text time transformers unixCompat utf8String uuid wai waiLogger
|
text time transformers unixCompat utf8String uuid wai waiLogger
|
||||||
warp xmlTypes yesod yesodCore yesodDefault yesodForm yesodStatic
|
warp warpTls xmlTypes yesod yesodCore yesodDefault yesodForm
|
||||||
|
yesodStatic
|
||||||
];
|
];
|
||||||
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
||||||
configureFlags = "-fS3
|
configureFlags = "-fS3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user