mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-git-annex: update to version 5.20140529
This commit is contained in:
parent
4b68be6d90
commit
8c14496987
1 changed files with 21 additions and 21 deletions
|
@ -1,37 +1,37 @@
|
||||||
{ 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, fdoNotify, feed, filepath, git, gnupg1
|
, exceptions, extensibleExceptions, fdoNotify, feed, filepath, git
|
||||||
, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
, gnupg1, gnutls, hamlet, hinotify, hS3, hslogger, HTTP, httpClient
|
||||||
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
, httpConduit, httpTypes, IfElse, json, liftedBase, lsof, MissingH
|
||||||
, MonadCatchIOTransformers, monadControl, mtl, network
|
, monadControl, mtl, network, networkConduit, networkInfo
|
||||||
, networkConduit, networkInfo, networkMulticast
|
, networkMulticast, networkProtocolXmpp, openssh
|
||||||
, networkProtocolXmpp, openssh, optparseApplicative, perl
|
, optparseApplicative, perl, QuickCheck, random, regexTdfa, rsync
|
||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
|
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
|
||||||
, SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
|
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
|
||||||
, tastyRerun, text, time, transformers, unixCompat, utf8String
|
, unixCompat, utf8String, uuid, wai, waiLogger, warp, warpTls
|
||||||
, uuid, wai, waiLogger, warp, warpTls, which, xmlTypes, yesod
|
, which, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
|
||||||
, yesodCore, yesodDefault, yesodForm, yesodStatic
|
, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20140517";
|
version = "5.20140529";
|
||||||
sha256 = "150xf6664rfdljswc270m2pqvia4sywph4rrrbky6izy6a0vq680";
|
sha256 = "18fb0gb38wcdbdz2rlg5vn99gfi1c8hflgcpz96lx4rg2pl8jpf8";
|
||||||
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 fdoNotify feed filepath
|
dlist dns editDistance exceptions extensibleExceptions fdoNotify
|
||||||
gnutls hamlet hinotify hS3 hslogger HTTP httpClient httpConduit
|
feed filepath gnutls hamlet hinotify hS3 hslogger HTTP httpClient
|
||||||
httpTypes IfElse json liftedBase MissingH MonadCatchIOTransformers
|
httpConduit httpTypes IfElse json liftedBase MissingH monadControl
|
||||||
monadControl mtl network networkConduit networkInfo
|
mtl network networkConduit networkInfo networkMulticast
|
||||||
networkMulticast networkProtocolXmpp optparseApplicative QuickCheck
|
networkProtocolXmpp optparseApplicative QuickCheck random regexTdfa
|
||||||
random regexTdfa SafeSemaphore securemem SHA shakespeare stm tasty
|
SafeSemaphore securemem SHA shakespeare stm tasty tastyHunit
|
||||||
tastyHunit tastyQuickcheck tastyRerun text time transformers
|
tastyQuickcheck tastyRerun text time transformers unixCompat
|
||||||
unixCompat utf8String uuid wai waiLogger warp warpTls xmlTypes
|
utf8String uuid wai waiLogger warp warpTls xmlTypes yesod yesodCore
|
||||||
yesod yesodCore yesodDefault yesodForm 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…
Reference in a new issue