summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-24 11:57:25 +0200
committerPeter Simons <simons@cryp.to>2014-08-24 20:28:11 +0200
commit8dbf7f3262298fc4e4a60191cb37f536327dbb9b (patch)
tree32aba7da39e1e22f0f48f1302087c63cc42145ca
parent8f31973d6e9165bb5fea01039f8a577d7899b543 (diff)
downloadnixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.tar
nixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.tar.gz
nixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.tar.bz2
nixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.tar.lz
nixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.tar.xz
nixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.tar.zst
nixpkgs-8dbf7f3262298fc4e4a60191cb37f536327dbb9b.zip
haskell-gitit: update to version 0.10.5
-rw-r--r--pkgs/development/libraries/haskell/gitit/default.nix27
1 files changed, 14 insertions, 13 deletions
diff --git a/pkgs/development/libraries/haskell/gitit/default.nix b/pkgs/development/libraries/haskell/gitit/default.nix
index 44a04cc5380..0e0f147bab9 100644
--- a/pkgs/development/libraries/haskell/gitit/default.nix
+++ b/pkgs/development/libraries/haskell/gitit/default.nix
@@ -1,23 +1,26 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, base64Bytestring, blazeHtml, ConfigFile, feed, filepath
-, filestore, ghcPaths, happstackServer, highlightingKate, hslogger
-, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
-, parsec, random, recaptcha, safe, SHA, split, syb, tagsoup, text
-, time, uri, url, utf8String, xhtml, xml, xssSanitize, zlib
+{ cabal, aeson, base64Bytestring, blazeHtml, ConfigFile, feed
+, filepath, filestore, ghcPaths, happstackServer, highlightingKate
+, hoauth2, hslogger, HStringTemplate, HTTP, httpClient
+, httpClientTls, json, mtl, network, networkUri, pandoc
+, pandocTypes, parsec, random, recaptcha, safe, SHA, split, syb
+, tagsoup, text, time, uri, url, utf8String, xhtml, xml
+, xssSanitize, zlib
 }:
 
 cabal.mkDerivation (self: {
   pname = "gitit";
-  version = "0.10.4";
-  sha256 = "1z06v1pamrpm70zisrw3z3kv0d19dsjkmm75pvj5yxkacxv7qk7n";
+  version = "0.10.5";
+  sha256 = "0p2x2l729rwals0kx8ymk6j3fqvlyjvrj6mmh8slcg93h4smwb4j";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    base64Bytestring blazeHtml ConfigFile feed filepath filestore
-    ghcPaths happstackServer highlightingKate hslogger HStringTemplate
-    HTTP json mtl network pandoc pandocTypes parsec random recaptcha
-    safe SHA split syb tagsoup text time uri url utf8String xhtml xml
+    aeson base64Bytestring blazeHtml ConfigFile feed filepath filestore
+    ghcPaths happstackServer highlightingKate hoauth2 hslogger
+    HStringTemplate HTTP httpClient httpClientTls json mtl network
+    networkUri pandoc pandocTypes parsec random recaptcha safe SHA
+    split syb tagsoup text time uri url utf8String xhtml xml
     xssSanitize zlib
   ];
   jailbreak = true;
@@ -26,7 +29,5 @@ cabal.mkDerivation (self: {
     description = "Wiki using happstack, git or darcs, and pandoc";
     license = "GPL";
     platforms = self.ghc.meta.platforms;
-    hydraPlatforms = self.stdenv.lib.platforms.none;
-    broken = true;
   };
 })