haskell-git-annex: update to version 5.20140402
This commit is contained in:
parent
267a1692f3
commit
9000db8b1e
@ -1,9 +1,9 @@
|
|||||||
{ cabal, aeson, async, blazeBuilder, bloomfilter, bup, byteable
|
{ 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, fdoNotify, feed, filepath, git, gnupg1
|
||||||
, hinotify, hS3, hslogger, HTTP, httpClient, httpConduit, httpTypes
|
, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
||||||
, IfElse, json, liftedBase, lsof, MissingH
|
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
||||||
, MonadCatchIOTransformers, monadControl, mtl, network
|
, MonadCatchIOTransformers, monadControl, mtl, network
|
||||||
, networkConduit, networkInfo, networkMulticast
|
, networkConduit, networkInfo, networkMulticast
|
||||||
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
||||||
@ -16,16 +16,16 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140320";
|
version = "5.20140402";
|
||||||
sha256 = "0jhg5nbvdsiaprpj4h57fpfskhx0nqva4yx6krfd90i9gwgkm8l5";
|
sha256 = "138zs2nf8k9kvywsajnd5ij9yksaijrgjd75v1b6c6mc3jjy3vhm";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
||||||
clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
|
clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
|
||||||
dlist dns editDistance extensibleExceptions feed filepath gnutls
|
dlist dns editDistance extensibleExceptions fdoNotify feed filepath
|
||||||
hamlet hinotify hS3 hslogger HTTP httpClient httpConduit httpTypes
|
gnutls hamlet hinotify hS3 hslogger HTTP httpClient httpConduit
|
||||||
IfElse json liftedBase MissingH MonadCatchIOTransformers
|
httpTypes IfElse json liftedBase MissingH MonadCatchIOTransformers
|
||||||
monadControl mtl network networkConduit networkInfo
|
monadControl mtl network networkConduit networkInfo
|
||||||
networkMulticast networkProtocolXmpp optparseApplicative QuickCheck
|
networkMulticast networkProtocolXmpp optparseApplicative QuickCheck
|
||||||
random regexTdfa SafeSemaphore securemem SHA stm tasty tastyHunit
|
random regexTdfa SafeSemaphore securemem SHA stm tasty tastyHunit
|
||||||
|
Loading…
Reference in New Issue
Block a user