haskell-git-annex: update to version 4.20130802
This commit is contained in:
parent
12646a72b4
commit
60a6e6802f
@ -1,7 +1,7 @@
|
|||||||
{ cabal, aeson, async, blazeBuilder, bloomfilter, bup
|
{ cabal, aeson, async, blazeBuilder, bloomfilter, bup
|
||||||
, caseInsensitive, clientsession, cryptoApi, curl, dataDefault
|
, caseInsensitive, clientsession, cryptoApi, curl, dataDefault
|
||||||
, dataenc, DAV, dbus, dlist, dns, editDistance
|
, dataenc, DAV, dbus, dlist, dns, editDistance
|
||||||
, extensibleExceptions, filepath, git, gnupg1, gnutls, hamlet
|
, extensibleExceptions, feed, filepath, git, gnupg1, gnutls, hamlet
|
||||||
, hinotify, hS3, hslogger, HTTP, httpConduit, httpTypes, HUnit
|
, hinotify, hS3, hslogger, HTTP, httpConduit, httpTypes, HUnit
|
||||||
, IfElse, json, lsof, MissingH, MonadCatchIOTransformers
|
, IfElse, json, lsof, MissingH, MonadCatchIOTransformers
|
||||||
, monadControl, mtl, network, networkInfo, networkMulticast
|
, monadControl, mtl, network, networkInfo, networkMulticast
|
||||||
@ -14,15 +14,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "4.20130723";
|
version = "4.20130802";
|
||||||
sha256 = "1fc8kz4n2g4x9fzvdx4bz4d8gkbajdnqphldcglwl23g97vyrn6i";
|
sha256 = "12dvmz88sbcvhyf7aldhpkrf4aqs0x39hky0hikmfd9zcqs6vbih";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter caseInsensitive clientsession
|
aeson async blazeBuilder bloomfilter caseInsensitive clientsession
|
||||||
cryptoApi dataDefault dataenc DAV dbus dlist dns editDistance
|
cryptoApi dataDefault dataenc DAV dbus dlist dns editDistance
|
||||||
extensibleExceptions filepath gnutls hamlet hinotify hS3 hslogger
|
extensibleExceptions feed filepath gnutls hamlet hinotify hS3
|
||||||
HTTP httpConduit httpTypes HUnit IfElse json MissingH
|
hslogger HTTP httpConduit httpTypes HUnit IfElse json MissingH
|
||||||
MonadCatchIOTransformers monadControl mtl network networkInfo
|
MonadCatchIOTransformers monadControl mtl network networkInfo
|
||||||
networkMulticast networkProtocolXmpp QuickCheck random regexTdfa
|
networkMulticast networkProtocolXmpp QuickCheck random regexTdfa
|
||||||
SafeSemaphore SHA stm text time transformers unixCompat utf8String
|
SafeSemaphore SHA stm text time transformers unixCompat utf8String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user