haskell-git-annex: update to version 5.20140227
This commit is contained in:
parent
861061cf65
commit
8cd17a8b03
@ -2,35 +2,35 @@
|
|||||||
, caseInsensitive, clientsession, cryptoApi, cryptohash, curl
|
, caseInsensitive, clientsession, cryptoApi, cryptohash, curl
|
||||||
, dataDefault, dataenc, DAV, dbus, dlist, dns, editDistance
|
, dataDefault, dataenc, DAV, dbus, dlist, dns, editDistance
|
||||||
, 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, httpClient, httpConduit, httpTypes
|
||||||
, json, lsof, MissingH, MonadCatchIOTransformers, monadControl, mtl
|
, IfElse, json, liftedBase, lsof, MissingH
|
||||||
, network, networkConduit, networkInfo, networkMulticast
|
, MonadCatchIOTransformers, monadControl, mtl, 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, tastyRerun, text, time
|
, tasty, tastyHunit, tastyQuickcheck, tastyRerun, text, time
|
||||||
, transformers, unixCompat, utf8String, uuid, wai, waiLogger, warp
|
, transformers, unixCompat, utf8String, uuid, wai, waiLogger, warp
|
||||||
, which, xmlConduit, xmlTypes, yesod, yesodCore, yesodDefault
|
, which, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
|
||||||
, yesodForm, yesodStatic
|
, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140221";
|
version = "5.20140227";
|
||||||
sha256 = "0z6awqbk6kagssx26ddixbrl381c1kmsmlgaqmx087g4rwp43wqb";
|
sha256 = "0zdaryvfpbmc454798z3z3sshf0br8v3sw0vnksqng3zm3w73dah";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter caseInsensitive clientsession
|
aeson async blazeBuilder bloomfilter caseInsensitive clientsession
|
||||||
cryptoApi cryptohash dataDefault dataenc DAV dbus dlist dns
|
cryptoApi cryptohash dataDefault dataenc DAV dbus dlist dns
|
||||||
editDistance extensibleExceptions feed filepath gnutls hamlet
|
editDistance extensibleExceptions feed filepath gnutls hamlet
|
||||||
hinotify hS3 hslogger HTTP httpConduit httpTypes IfElse json
|
hinotify hS3 hslogger HTTP httpClient httpConduit httpTypes IfElse
|
||||||
MissingH MonadCatchIOTransformers monadControl mtl network
|
json liftedBase MissingH MonadCatchIOTransformers monadControl mtl
|
||||||
networkConduit networkInfo networkMulticast networkProtocolXmpp
|
network networkConduit networkInfo networkMulticast
|
||||||
optparseApplicative QuickCheck random regexTdfa SafeSemaphore SHA
|
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
||||||
stm tasty tastyHunit tastyQuickcheck tastyRerun text time
|
SafeSemaphore SHA stm tasty tastyHunit tastyQuickcheck tastyRerun
|
||||||
transformers unixCompat utf8String uuid wai waiLogger warp
|
text time transformers unixCompat utf8String uuid wai waiLogger
|
||||||
xmlConduit xmlTypes yesod yesodCore yesodDefault yesodForm
|
warp xmlTypes yesod yesodCore yesodDefault yesodForm yesodStatic
|
||||||
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