haskell-gitit: update to version 0.10.5
This commit is contained in:
parent
8f31973d6e
commit
8dbf7f3262
@ -1,23 +1,26 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, base64Bytestring, blazeHtml, ConfigFile, feed, filepath
|
{ cabal, aeson, base64Bytestring, blazeHtml, ConfigFile, feed
|
||||||
, filestore, ghcPaths, happstackServer, highlightingKate, hslogger
|
, filepath, filestore, ghcPaths, happstackServer, highlightingKate
|
||||||
, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
|
, hoauth2, hslogger, HStringTemplate, HTTP, httpClient
|
||||||
, parsec, random, recaptcha, safe, SHA, split, syb, tagsoup, text
|
, httpClientTls, json, mtl, network, networkUri, pandoc
|
||||||
, time, uri, url, utf8String, xhtml, xml, xssSanitize, zlib
|
, pandocTypes, parsec, random, recaptcha, safe, SHA, split, syb
|
||||||
|
, tagsoup, text, time, uri, url, utf8String, xhtml, xml
|
||||||
|
, xssSanitize, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gitit";
|
pname = "gitit";
|
||||||
version = "0.10.4";
|
version = "0.10.5";
|
||||||
sha256 = "1z06v1pamrpm70zisrw3z3kv0d19dsjkmm75pvj5yxkacxv7qk7n";
|
sha256 = "0p2x2l729rwals0kx8ymk6j3fqvlyjvrj6mmh8slcg93h4smwb4j";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml ConfigFile feed filepath filestore
|
aeson base64Bytestring blazeHtml ConfigFile feed filepath filestore
|
||||||
ghcPaths happstackServer highlightingKate hslogger HStringTemplate
|
ghcPaths happstackServer highlightingKate hoauth2 hslogger
|
||||||
HTTP json mtl network pandoc pandocTypes parsec random recaptcha
|
HStringTemplate HTTP httpClient httpClientTls json mtl network
|
||||||
safe SHA split syb tagsoup text time uri url utf8String xhtml xml
|
networkUri pandoc pandocTypes parsec random recaptcha safe SHA
|
||||||
|
split syb tagsoup text time uri url utf8String xhtml xml
|
||||||
xssSanitize zlib
|
xssSanitize zlib
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
@ -26,7 +29,5 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Wiki using happstack, git or darcs, and pandoc";
|
description = "Wiki using happstack, git or darcs, and pandoc";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user