haskell-git-annex: update to version 5.20140129
This commit is contained in:
parent
d2a2a2628e
commit
1124a4ab08
@ -7,16 +7,16 @@
|
|||||||
, network, networkConduit, networkInfo, networkMulticast
|
, network, networkConduit, networkInfo, networkMulticast
|
||||||
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, SHA, stm
|
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, SHA, stm
|
||||||
, tasty, tastyHunit, tastyQuickcheck, text, time, transformers
|
, tasty, tastyHunit, tastyQuickcheck, tastyRerun, text, time
|
||||||
, unixCompat, utf8String, uuid, wai, waiLogger, warp, which
|
, transformers, unixCompat, utf8String, uuid, wai, waiLogger, warp
|
||||||
, xmlConduit, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
|
, which, xmlConduit, xmlTypes, yesod, yesodCore, yesodDefault
|
||||||
, yesodStatic
|
, yesodForm, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140127";
|
version = "5.20140129";
|
||||||
sha256 = "0aqqnv0faiva9vf0nb0d8xsd659y8cyrnyy6mfjdqjqdw8wha3yr";
|
sha256 = "0m1n3m16gvd0693i5xq5adki0hd0wdn7p5vqjxkqnc3imx9f11ng";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -27,9 +27,10 @@ cabal.mkDerivation (self: {
|
|||||||
MissingH MonadCatchIOTransformers monadControl mtl network
|
MissingH MonadCatchIOTransformers monadControl mtl network
|
||||||
networkConduit networkInfo networkMulticast networkProtocolXmpp
|
networkConduit networkInfo networkMulticast networkProtocolXmpp
|
||||||
optparseApplicative QuickCheck random regexTdfa SafeSemaphore SHA
|
optparseApplicative QuickCheck random regexTdfa SafeSemaphore SHA
|
||||||
stm tasty tastyHunit tastyQuickcheck text time transformers
|
stm tasty tastyHunit tastyQuickcheck tastyRerun text time
|
||||||
unixCompat utf8String uuid wai waiLogger warp xmlConduit xmlTypes
|
transformers unixCompat utf8String uuid wai waiLogger warp
|
||||||
yesod yesodCore yesodDefault yesodForm yesodStatic
|
xmlConduit 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