mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskell-gitit: update to version 0.10.6.1
This commit is contained in:
parent
09550344e5
commit
f572db4919
@ -2,25 +2,24 @@
|
|||||||
|
|
||||||
{ cabal, aeson, base64Bytestring, blazeHtml, ConfigFile, feed
|
{ cabal, aeson, base64Bytestring, blazeHtml, ConfigFile, feed
|
||||||
, filepath, filestore, ghcPaths, happstackServer, highlightingKate
|
, filepath, filestore, ghcPaths, happstackServer, highlightingKate
|
||||||
, hoauth2, hslogger, HStringTemplate, HTTP, httpClient
|
, hoauth2, hslogger, HStringTemplate, HTTP, httpClientTls
|
||||||
, httpClientTls, json, mtl, network, networkUri, pandoc
|
, httpConduit, json, mtl, network, networkUri, pandoc, pandocTypes
|
||||||
, pandocTypes, parsec, random, recaptcha, safe, SHA, split, syb
|
, parsec, random, recaptcha, safe, SHA, split, syb, tagsoup, text
|
||||||
, tagsoup, text, time, uri, url, utf8String, xhtml, xml
|
, time, uri, url, utf8String, uuid, xhtml, xml, xssSanitize, zlib
|
||||||
, xssSanitize, zlib
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gitit";
|
pname = "gitit";
|
||||||
version = "0.10.5.1";
|
version = "0.10.6.1";
|
||||||
sha256 = "0wi40f34xqqz0q8m14g7ay6yk37c3fkdijydv0di43i20bxixjhv";
|
sha256 = "1l6zra0yiwrmiycblp25b5yd1yrz94537l8zkspkf7z6wc8vdkn0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base64Bytestring blazeHtml ConfigFile feed filepath filestore
|
aeson base64Bytestring blazeHtml ConfigFile feed filepath filestore
|
||||||
ghcPaths happstackServer highlightingKate hoauth2 hslogger
|
ghcPaths happstackServer highlightingKate hoauth2 hslogger
|
||||||
HStringTemplate HTTP httpClient httpClientTls json mtl network
|
HStringTemplate HTTP httpClientTls httpConduit json mtl network
|
||||||
networkUri pandoc pandocTypes parsec random recaptcha safe SHA
|
networkUri pandoc pandocTypes parsec random recaptcha safe SHA
|
||||||
split syb tagsoup text time uri url utf8String xhtml xml
|
split syb tagsoup text time uri url utf8String uuid xhtml xml
|
||||||
xssSanitize zlib
|
xssSanitize zlib
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user