haskell-git-annex: update to version 5.20140320
This commit is contained in:
parent
9f5063a7a4
commit
fa62ab13de
@ -1,4 +1,4 @@
|
|||||||
{ cabal, aeson, async, blazeBuilder, bloomfilter, bup
|
{ cabal, aeson, async, blazeBuilder, bloomfilter, bup, byteable
|
||||||
, 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
|
||||||
@ -7,31 +7,31 @@
|
|||||||
, MonadCatchIOTransformers, monadControl, mtl, network
|
, MonadCatchIOTransformers, monadControl, mtl, network
|
||||||
, networkConduit, networkInfo, networkMulticast
|
, networkConduit, networkInfo, networkMulticast
|
||||||
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, SHA, stm
|
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
|
||||||
, tasty, tastyHunit, tastyQuickcheck, tastyRerun, text, time
|
, SHA, stm, tasty, tastyHunit, tastyQuickcheck, tastyRerun, text
|
||||||
, transformers, unixCompat, utf8String, uuid, wai, waiLogger, warp
|
, time, transformers, unixCompat, utf8String, uuid, wai, waiLogger
|
||||||
, warpTls, which, xmlTypes, yesod, yesodCore, yesodDefault
|
, warp, warpTls, which, xmlTypes, yesod, yesodCore, yesodDefault
|
||||||
, yesodForm, yesodStatic
|
, yesodForm, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140306";
|
version = "5.20140320";
|
||||||
sha256 = "1kjgqrz0wnccylrbdiwj1yndg7v2k09f5h2vkk06bnx02xmwvjl9";
|
sha256 = "0jhg5nbvdsiaprpj4h57fpfskhx0nqva4yx6krfd90i9gwgkm8l5";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter caseInsensitive clientsession
|
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
||||||
cryptoApi cryptohash dataDefault dataenc DAV dbus dlist dns
|
clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
|
||||||
editDistance extensibleExceptions feed filepath gnutls hamlet
|
dlist dns editDistance extensibleExceptions feed filepath gnutls
|
||||||
hinotify hS3 hslogger HTTP httpClient httpConduit httpTypes IfElse
|
hamlet hinotify hS3 hslogger HTTP httpClient httpConduit httpTypes
|
||||||
json liftedBase MissingH MonadCatchIOTransformers monadControl mtl
|
IfElse json liftedBase MissingH MonadCatchIOTransformers
|
||||||
network networkConduit networkInfo networkMulticast
|
monadControl mtl network networkConduit networkInfo
|
||||||
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
networkMulticast networkProtocolXmpp optparseApplicative QuickCheck
|
||||||
SafeSemaphore SHA stm tasty tastyHunit tastyQuickcheck tastyRerun
|
random regexTdfa SafeSemaphore securemem SHA stm tasty tastyHunit
|
||||||
text time transformers unixCompat utf8String uuid wai waiLogger
|
tastyQuickcheck tastyRerun text time transformers unixCompat
|
||||||
warp warpTls xmlTypes yesod yesodCore yesodDefault yesodForm
|
utf8String uuid wai waiLogger warp warpTls xmlTypes yesod yesodCore
|
||||||
yesodStatic
|
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