summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorMaciek Starzyk <mstarzyk@gmail.com>2014-12-03 22:00:36 +0100
committerPeter Simons <simons@cryp.to>2014-12-04 14:45:54 +0100
commit81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32 (patch)
tree881abc1f788834871ac58091f1788ea8244af1f5 /pkgs/applications/version-management
parent7ee70a1644ce6f293cfc084e8372df719f17a5bb (diff)
downloadnixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.tar
nixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.tar.gz
nixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.tar.bz2
nixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.tar.lz
nixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.tar.xz
nixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.tar.zst
nixlib-81cb2c144c2fcd39f779d034c4fc9a3dad4c5b32.zip
haskell-git-annex: update to version 5.20141203
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-annex/default.nix50
1 files changed, 25 insertions, 25 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
index c10927b62559..9ae34d5a5ec5 100644
--- a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
@@ -1,37 +1,38 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, aeson, async, blazeBuilder, bloomfilter, bup, byteable
-, caseInsensitive, clientsession, cryptoApi, cryptohash, curl
-, dataDefault, dataenc, DAV, dbus, dlist, dns, editDistance
-, exceptions, fdoNotify, feed, filepath, git, gnupg1, gnutls
-, hamlet, hinotify, hS3, hslogger, httpClient, httpConduit
-, httpTypes, IfElse, json, lsof, MissingH, monadControl, mtl
-, network, networkInfo, networkMulticast, networkProtocolXmpp
-, networkUri, openssh, optparseApplicative, pathPieces, perl
-, QuickCheck, random, regexTdfa, rsync, SafeSemaphore, securemem
-, SHA, shakespeare, stm, tasty, tastyHunit, tastyQuickcheck
-, tastyRerun, text, time, transformers, unixCompat, utf8String
-, uuid, wai, waiExtra, warp, warpTls, which, xmlTypes, yesod
-, yesodCore, yesodDefault, yesodForm, yesodStatic
+{ cabal, aeson, async, aws, blazeBuilder, bloomfilter, bup
+, byteable, caseInsensitive, clientsession, conduit, conduitExtra
+, cryptoApi, cryptohash, curl, dataDefault, dataenc, DAV, dbus
+, dlist, dns, editDistance, exceptions, fdoNotify, feed, filepath
+, git, gnupg1, gnutls, hamlet, hinotify, hslogger, httpClient
+, httpConduit, httpTypes, IfElse, json, lsof, MissingH
+, monadControl, mtl, network, networkInfo, networkMulticast
+, networkProtocolXmpp, networkUri, openssh, optparseApplicative
+, pathPieces, perl, QuickCheck, random, regexTdfa, resourcet, rsync
+, SafeSemaphore, securemem, SHA, shakespeare, stm, tasty
+, tastyHunit, tastyQuickcheck, tastyRerun, text, time, transformers
+, unixCompat, utf8String, uuid, wai, waiExtra, warp, warpTls, which
+, xmlTypes, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
 }:
 
 cabal.mkDerivation (self: {
   pname = "git-annex";
-  version = "5.20141125";
-  sha256 = "0rlsd3fri9iq8hrl98xyil3dgz6czxb3h5f8xjviin3lkm2x09ms";
+  version = "5.20141203";
+  sha256 = "01gifds86925vg7mh363i7qsii2wrgf3vpk3wgjff9rbb7z0fvfk";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
-    aeson async blazeBuilder bloomfilter byteable caseInsensitive
-    clientsession cryptoApi cryptohash dataDefault dataenc DAV dbus
-    dlist dns editDistance exceptions fdoNotify feed filepath gnutls
-    hamlet hinotify hS3 hslogger httpClient httpConduit httpTypes
-    IfElse json MissingH monadControl mtl network networkInfo
+    aeson async aws blazeBuilder bloomfilter byteable caseInsensitive
+    clientsession conduit conduitExtra cryptoApi cryptohash dataDefault
+    dataenc DAV dbus dlist dns editDistance exceptions fdoNotify feed
+    filepath gnutls hamlet hinotify hslogger httpClient httpConduit
+    httpTypes IfElse json MissingH monadControl mtl network networkInfo
     networkMulticast networkProtocolXmpp networkUri optparseApplicative
-    pathPieces QuickCheck random regexTdfa SafeSemaphore securemem SHA
-    shakespeare stm tasty tastyHunit tastyQuickcheck tastyRerun text
-    time transformers unixCompat utf8String uuid wai waiExtra warp
-    warpTls xmlTypes yesod yesodCore yesodDefault yesodForm yesodStatic
+    pathPieces QuickCheck random regexTdfa resourcet SafeSemaphore
+    securemem SHA shakespeare stm tasty tastyHunit tastyQuickcheck
+    tastyRerun text time transformers unixCompat utf8String uuid wai
+    waiExtra warp warpTls xmlTypes yesod yesodCore yesodDefault
+    yesodForm yesodStatic
   ];
   buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
   configureFlags = "-fAssistant -fProduction";
@@ -47,6 +48,5 @@ cabal.mkDerivation (self: {
     description = "manage files with git, without checking their contents into git";
     license = self.stdenv.lib.licenses.gpl3;
     platforms = self.ghc.meta.platforms;
-    maintainers = with self.stdenv.lib.maintainers; [ simons ];
   };
 })