haskell-git-annex: update to version 5.20131213
This commit is contained in:
parent
ae58890b21
commit
f449007ade
@ -4,18 +4,18 @@
|
|||||||
, extensibleExceptions, feed, filepath, git, gnupg1, gnutls, hamlet
|
, extensibleExceptions, feed, filepath, git, gnupg1, gnutls, hamlet
|
||||||
, hinotify, hS3, hslogger, HTTP, httpConduit, httpTypes, IfElse
|
, hinotify, hS3, hslogger, HTTP, httpConduit, httpTypes, IfElse
|
||||||
, json, lsof, MissingH, MonadCatchIOTransformers, monadControl, mtl
|
, json, lsof, MissingH, MonadCatchIOTransformers, monadControl, mtl
|
||||||
, network, networkInfo, networkMulticast, networkProtocolXmpp
|
, network, networkConduit, networkInfo, networkMulticast
|
||||||
, openssh, perl, QuickCheck, random, regexTdfa, rsync
|
, networkProtocolXmpp, openssh, perl, QuickCheck, random, regexTdfa
|
||||||
, SafeSemaphore, SHA, stm, tasty, tastyHunit, tastyQuickcheck, text
|
, rsync, SafeSemaphore, SHA, stm, tasty, tastyHunit
|
||||||
, time, transformers, unixCompat, utf8String, uuid, wai, waiLogger
|
, tastyQuickcheck, text, time, transformers, unixCompat, utf8String
|
||||||
, warp, which, xmlConduit, xmlTypes, yesod, yesodCore, yesodDefault
|
, uuid, wai, waiLogger, warp, which, xmlConduit, xmlTypes, yesod
|
||||||
, yesodForm, yesodStatic
|
, yesodCore, yesodDefault, yesodForm, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20131130";
|
version = "5.20131213";
|
||||||
sha256 = "0px918wzv9zqxz7wc6rx2ay8rizbckw79yinhisjvp3y5lldyjj1";
|
sha256 = "0mwslkz0kklp4phlsf8hibh97sabdnigls7hr9725wb0ncfa85yn";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -24,11 +24,11 @@ cabal.mkDerivation (self: {
|
|||||||
editDistance extensibleExceptions feed filepath gnutls hamlet
|
editDistance extensibleExceptions feed filepath gnutls hamlet
|
||||||
hinotify hS3 hslogger HTTP httpConduit httpTypes IfElse json
|
hinotify hS3 hslogger HTTP httpConduit httpTypes IfElse json
|
||||||
MissingH MonadCatchIOTransformers monadControl mtl network
|
MissingH MonadCatchIOTransformers monadControl mtl network
|
||||||
networkInfo networkMulticast networkProtocolXmpp QuickCheck random
|
networkConduit networkInfo networkMulticast networkProtocolXmpp
|
||||||
regexTdfa SafeSemaphore SHA stm tasty tastyHunit tastyQuickcheck
|
QuickCheck random regexTdfa SafeSemaphore SHA stm tasty tastyHunit
|
||||||
text time transformers unixCompat utf8String uuid wai waiLogger
|
tastyQuickcheck text time transformers unixCompat utf8String uuid
|
||||||
warp xmlConduit xmlTypes yesod yesodCore yesodDefault yesodForm
|
wai waiLogger warp xmlConduit xmlTypes yesod yesodCore yesodDefault
|
||||||
yesodStatic
|
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