Updated Haskell packages.
- HTTP: added version 4000.2.3 - RSA: updated to version 1.2.0.0 - RepLib: updated to version 0.5.2.1 - conduit: updated to version 0.4.1.1 - data-accessor: updated to version 0.2.2.2 - deepseq-th: updated to version 0.1.0.3 - explicit-exception: updated to version 0.1.7 - ghc-mod: updated to version 1.10.15 - gitit: updated to version 0.9.0.1 - hakyll: updated to version 3.2.7.2 - hjsmin: updated to version 0.0.16 - http-conduit: updated to version 1.4.1 - iteratee: updated to version 0.8.8.2 - language-javascript: updated to version 0.5.0 - reactive-banana: updated to version 0.5.0.1 - repa: updated to version 3.1.1.1 - rvar: updated to version 0.2.0.1 - semigroups: updated to version 0.8.3 - simple-sendfile: updated to version 0.2.3 - storable-record: updated to version 0.0.2.5 - unbound: updated to version 0.4.0.2 - wxc: added version 0.90.0.2 svn path=/nixpkgs/trunk/; revision=33802
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ cabal, blazeHtml, cgi, ConfigFile, feed, filepath, filestore
|
||||
, ghcPaths, happstackServer, happstackUtil, highlightingKate
|
||||
{ cabal, base64Bytestring, blazeHtml, cgi, ConfigFile, feed
|
||||
, filepath, filestore, ghcPaths, happstackServer, highlightingKate
|
||||
, hslogger, HStringTemplate, HTTP, json, mtl, network, pandoc
|
||||
, pandocTypes, parsec, random, recaptcha, safe, SHA, syb, tagsoup
|
||||
, text, time, url, utf8String, xhtml, xml, xssSanitize, zlib
|
||||
@@ -7,16 +7,16 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gitit";
|
||||
version = "0.9";
|
||||
sha256 = "00kjfmczj5m3b8r8djdpad8d27s44z7pf76yyc0sdja1f3bd4mlp";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "1k1z6qvp72c61yhrfma3340wf4ysjkb80f8lqapaqsyhp96qjl3m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeHtml cgi ConfigFile feed filepath filestore ghcPaths
|
||||
happstackServer happstackUtil highlightingKate hslogger
|
||||
HStringTemplate HTTP json mtl network pandoc pandocTypes parsec
|
||||
random recaptcha safe SHA syb tagsoup text time url utf8String
|
||||
xhtml xml xssSanitize zlib
|
||||
base64Bytestring blazeHtml cgi ConfigFile feed filepath filestore
|
||||
ghcPaths happstackServer highlightingKate hslogger HStringTemplate
|
||||
HTTP json mtl network pandoc pandocTypes parsec random recaptcha
|
||||
safe SHA syb tagsoup text time url utf8String xhtml xml xssSanitize
|
||||
zlib
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://gitit.net";
|
||||
|
||||
Reference in New Issue
Block a user