haskell-git-annex: update to version 5.20141203
This commit is contained in:
parent
7ee70a1644
commit
81cb2c144c
|
@ -1,37 +1,38 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, async, blazeBuilder, bloomfilter, bup, byteable
|
{ cabal, aeson, async, aws, blazeBuilder, bloomfilter, bup
|
||||||
, caseInsensitive, clientsession, cryptoApi, cryptohash, curl
|
, byteable, caseInsensitive, clientsession, conduit, conduitExtra
|
||||||
, dataDefault, dataenc, DAV, dbus, dlist, dns, editDistance
|
, cryptoApi, cryptohash, curl, dataDefault, dataenc, DAV, dbus
|
||||||
, exceptions, fdoNotify, feed, filepath, git, gnupg1, gnutls
|
, dlist, dns, editDistance, exceptions, fdoNotify, feed, filepath
|
||||||
, hamlet, hinotify, hS3, hslogger, httpClient, httpConduit
|
, git, gnupg1, gnutls, hamlet, hinotify, hslogger, httpClient
|
||||||
, httpTypes, IfElse, json, lsof, MissingH, monadControl, mtl
|
, httpConduit, httpTypes, IfElse, json, lsof, MissingH
|
||||||
, network, networkInfo, networkMulticast, networkProtocolXmpp
|
, monadControl, mtl, network, networkInfo, networkMulticast
|
||||||
, networkUri, openssh, optparseApplicative, pathPieces, perl
|
, networkProtocolXmpp, networkUri, openssh, optparseApplicative
|
||||||
, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
|
, pathPieces, perl, QuickCheck, random, regexTdfa, resourcet, rsync
|
||||||
, SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
|
, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
|
||||||
, tastyRerun, text, time, transformers, unixCompat, utf8String
|
, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
|
||||||
, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes, yesod
|
, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which
|
||||||
, yesodCore, yesodDefault, yesodForm, yesodStatic
|
, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "5.20141125";
|
version = "5.20141203";
|
||||||
sha256 = "0rlsd3fri9iq8hrl98xyil3dgz6czxb3h5f8xjviin3lkm2x09ms";
|
sha256 = "01gifds86925vg7mh363i7qsii2wrgf3vpk3wgjff9rbb7z0fvfk";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async blazeBuilder bloomfilter byteable caseInsensitive
|
aeson async aws blazeBuilder bloomfilter byteable caseInsensitive
|
||||||
clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
|
clientsession conduit conduitExtra cryptoApi cryptohash dataDefault
|
||||||
dlist dns editDistance exceptions fdoNotify feed filepath gnutls
|
dataenc DAV dbus dlist dns editDistance exceptions fdoNotify feed
|
||||||
hamlet hinotify hS3 hslogger httpClient httpConduit httpTypes
|
filepath gnutls hamlet hinotify hslogger httpClient httpConduit
|
||||||
IfElse json MissingH monadControl mtl network networkInfo
|
httpTypes IfElse json MissingH monadControl mtl network networkInfo
|
||||||
networkMulticast networkProtocolXmpp networkUri optparseApplicative
|
networkMulticast networkProtocolXmpp networkUri optparseApplicative
|
||||||
pathPieces QuickCheck random regexTdfa SafeSemaphore securemem SHA
|
pathPieces QuickCheck random regexTdfa resourcet SafeSemaphore
|
||||||
shakespeare stm tasty tastyHunit tastyQuickcheck tastyRerun text
|
securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
|
||||||
time transformers unixCompat utf8String uuid wai waiExtra warp
|
tastyRerun text time transformers unixCompat utf8String uuid wai
|
||||||
warpTls xmlTypes yesod yesodCore yesodDefault yesodForm yesodStatic
|
waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault
|
||||||
|
yesodForm yesodStatic
|
||||||
];
|
];
|
||||||
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
||||||
configureFlags = "-fAssistant -fProduction";
|
configureFlags = "-fAssistant -fProduction";
|
||||||
|
@ -47,6 +48,5 @@ cabal.mkDerivation (self: {
|
||||||
description = "manage files with git, without checking their contents into git";
|
description = "manage files with git, without checking their contents into git";
|
||||||
license = self.stdenv.lib.licenses.gpl3;
|
license = self.stdenv.lib.licenses.gpl3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue