Updated Haskell expressions with the latest version of cabal2nix.

* haskell-dataenc: updated to version 0.14.0.2
 * haskell-fclabels: updated to version 1.0.1

svn path=/nixpkgs/trunk/; revision=28574
This commit is contained in:
Peter Simons
2011-08-14 22:52:05 +00:00
parent 44e4b0da86
commit 3e10ee5c92
40 changed files with 105 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
{ cabal, ConfigFile, HStringTemplate, HTTP, SHA, cgi, feed
, filestore, ghcPaths, happstackServer, happstackUtil
, highlightingKate, hslogger, json, mtl, network, pandoc
, pandocTypes, parsec, random, recaptcha, safe, syb, time, url
, utf8String, xhtml, xml, xssSanitize, zlib
{ cabal, cgi, ConfigFile, feed, filestore, ghcPaths
, happstackServer, happstackUtil, highlightingKate, hslogger
, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
, parsec, random, recaptcha, safe, SHA, syb, time, url, utf8String
, xhtml, xml, xssSanitize, zlib
}:
cabal.mkDerivation (self: {
@@ -12,10 +12,10 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
ConfigFile HStringTemplate HTTP SHA cgi feed filestore ghcPaths
happstackServer happstackUtil highlightingKate hslogger json mtl
network pandoc pandocTypes parsec random recaptcha safe syb time
url utf8String xhtml xml xssSanitize zlib
cgi ConfigFile feed filestore ghcPaths happstackServer
happstackUtil highlightingKate hslogger HStringTemplate HTTP json
mtl network pandoc pandocTypes parsec random recaptcha safe SHA syb
time url utf8String xhtml xml xssSanitize zlib
];
meta = {
homepage = "http://github.com/jgm/gitit/tree/master";