summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-17 20:54:05 +0200
committerPeter Simons <simons@cryp.to>2014-09-17 21:16:10 +0200
commit89438059ab3e11691cbe8f24ab9e5612dcfbb5f7 (patch)
treece50285e349f8e5e9370cf4d34d19e15576e7f2f /pkgs/applications/version-management/git-and-tools
parent31fa7222185fdcc64db1ffaa00cd8b1b8ac86f02 (diff)
downloadnixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.tar
nixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.tar.gz
nixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.tar.bz2
nixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.tar.lz
nixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.tar.xz
nixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.tar.zst
nixlib-89438059ab3e11691cbe8f24ab9e5612dcfbb5f7.zip
haskell-git-annex: update to version 5.20140915
Diffstat (limited to 'pkgs/applications/version-management/git-and-tools')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-annex/default.nix27
1 files changed, 13 insertions, 14 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 601e065bfff0..bf5b8d51c374 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
@@ -7,18 +7,18 @@
 , hamlet, hinotify, hS3, hslogger, httpClient, httpConduit
 , httpTypes, IfElse, json, lsof, MissingH, monadControl, mtl
 , network, networkInfo, networkMulticast, networkProtocolXmpp
-, 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
+, 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.mkDerivation (self: {
   pname = "git-annex";
-  version = "5.20140831";
-  sha256 = "0s2pc8bm3c79dsbafwp2pc5yghzh6vdzs9sj0mfq6rxiv27wrrwq";
+  version = "5.20140915";
+  sha256 = "0csd16vqmr4s6x627ikkl8dz6hvr2grqkzjxh0hbkqrirfsxj0kk";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
@@ -27,11 +27,11 @@ cabal.mkDerivation (self: {
     dlist dns editDistance exceptions fdoNotify feed filepath gnutls
     hamlet hinotify hS3 hslogger httpClient httpConduit httpTypes
     IfElse json MissingH monadControl mtl network networkInfo
-    networkMulticast networkProtocolXmpp 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
+    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
   ];
   buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
   configureFlags = "-fAssistant -fProduction";
@@ -48,6 +48,5 @@ cabal.mkDerivation (self: {
     license = self.stdenv.lib.licenses.gpl3;
     platforms = self.ghc.meta.platforms;
     maintainers = with self.stdenv.lib.maintainers; [ simons ];
-    broken = true;
   };
 })