haskell-git-annex: update to version 4.20130627
This commit is contained in:
parent
b0b9f1fd5c
commit
4b75f5a2ae
@ -8,13 +8,14 @@
|
|||||||
, networkProtocolXmpp, openssh, QuickCheck, random, regexTdfa
|
, networkProtocolXmpp, openssh, QuickCheck, random, regexTdfa
|
||||||
, rsync, SafeSemaphore, SHA, stm, text, time, transformers
|
, rsync, SafeSemaphore, SHA, stm, text, time, transformers
|
||||||
, unixCompat, utf8String, uuid, wai, waiLogger, warp, which
|
, unixCompat, utf8String, uuid, wai, waiLogger, warp, which
|
||||||
, xmlConduit, xmlTypes, yesod, yesodDefault, yesodForm, yesodStatic
|
, xmlConduit, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm
|
||||||
|
, yesodStatic
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "4.20130601";
|
version = "4.20130627";
|
||||||
sha256 = "0l6jbi9r26w5h9hfg9v9qybqvijp4n7c9l1zd4ikxg2nqcc8j8ln";
|
sha256 = "1q9hdh7m04idx1nm631624s37p6w1b9j1z5n06j2449b3pxqrn3y";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -25,8 +26,8 @@ cabal.mkDerivation (self: {
|
|||||||
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
|
||||||
uuid wai waiLogger warp xmlConduit xmlTypes yesod yesodDefault
|
uuid wai waiLogger warp xmlConduit xmlTypes yesod yesodCore
|
||||||
yesodForm yesodStatic
|
yesodDefault yesodForm yesodStatic
|
||||||
];
|
];
|
||||||
buildTools = [ bup curl git gnupg1 lsof openssh rsync which ];
|
buildTools = [ bup curl git gnupg1 lsof openssh rsync which ];
|
||||||
configureFlags = "-fS3
|
configureFlags = "-fS3
|
||||||
@ -51,7 +52,7 @@ cabal.mkDerivation (self: {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://git-annex.branchable.com/";
|
homepage = "http://git-annex.branchable.com/";
|
||||||
description = "manage files with git, without checking their contents into git";
|
description = "manage files with git, without checking their contents into git";
|
||||||
license = "GPL";
|
license = self.stdenv.lib.licenses.gpl3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user