haskell-git-annex: update to version 5.20140915

This commit is contained in:
Peter Simons 2014-09-17 20:54:05 +02:00
parent 31fa722218
commit 89438059ab

View file

@ -7,18 +7,18 @@
, hamlet, hinotify, hS3, hslogger, httpClient, httpConduit , hamlet, hinotify, hS3, hslogger, httpClient, httpConduit
, httpTypes, IfElse, json, lsof, MissingH, monadControl, mtl , httpTypes, IfElse, json, lsof, MissingH, monadControl, mtl
, network, networkInfo, networkMulticast, networkProtocolXmpp , network, networkInfo, networkMulticast, networkProtocolXmpp
, openssh, optparseApplicative, pathPieces, perl, QuickCheck , networkUri, openssh, optparseApplicative, pathPieces, perl
, random, regexTdfa, rsync, SafeSemaphore, securemem, SHA , QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck, tastyRerun , SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
, text, time, transformers, unixCompat, utf8String, uuid, wai , tastyRerun, text, time, transformers, unixCompat, utf8String
, waiExtra, warp, warpTls, which, xmlTypes, yesod, yesodCore , uuid, wai, waiExtra, warp, warpTls, which, xmlTypes, yesod
, yesodDefault, yesodForm, yesodStatic , yesodCore, yesodDefault, yesodForm, yesodStatic
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "git-annex"; pname = "git-annex";
version = "5.20140831"; version = "5.20140915";
sha256 = "0s2pc8bm3c79dsbafwp2pc5yghzh6vdzs9sj0mfq6rxiv27wrrwq"; sha256 = "0csd16vqmr4s6x627ikkl8dz6hvr2grqkzjxh0hbkqrirfsxj0kk";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -27,11 +27,11 @@ cabal.mkDerivation (self: {
dlist dns editDistance exceptions fdoNotify feed filepath gnutls dlist dns editDistance exceptions fdoNotify feed filepath gnutls
hamlet hinotify hS3 hslogger httpClient httpConduit httpTypes hamlet hinotify hS3 hslogger httpClient httpConduit httpTypes
IfElse json MissingH monadControl mtl network networkInfo IfElse json MissingH monadControl mtl network networkInfo
networkMulticast networkProtocolXmpp optparseApplicative pathPieces networkMulticast networkProtocolXmpp networkUri optparseApplicative
QuickCheck random regexTdfa SafeSemaphore securemem SHA shakespeare pathPieces QuickCheck random regexTdfa SafeSemaphore securemem SHA
stm tasty tastyHunit tastyQuickcheck tastyRerun text time shakespeare stm tasty tastyHunit tastyQuickcheck tastyRerun text
transformers unixCompat utf8String uuid wai waiExtra warp warpTls time transformers unixCompat utf8String uuid wai waiExtra warp
xmlTypes yesod yesodCore yesodDefault yesodForm yesodStatic 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";
@ -48,6 +48,5 @@ cabal.mkDerivation (self: {
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 ]; maintainers = with self.stdenv.lib.maintainers; [ simons ];
broken = true;
}; };
}) })