The 'random' library is no longer a core library in GHC 7.2.1. For older
versions of the compiler, haskell-packages.nix provides a null attribute. svn path=/nixpkgs/trunk/; revision=28500
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ cabal, ConfigFile, HStringTemplate, HTTP, SHA, cgi, feed
|
||||
, filestore, ghcPaths, happstackServer, happstackUtil
|
||||
, highlightingKate, hslogger, json, mtl, network, pandoc
|
||||
, pandocTypes, parsec, recaptcha, safe, syb, time, url, utf8String
|
||||
, xhtml, xml, xssSanitize, zlib
|
||||
, pandocTypes, parsec, random, recaptcha, safe, syb, time, url
|
||||
, utf8String, xhtml, xml, xssSanitize, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -14,8 +14,8 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [
|
||||
ConfigFile HStringTemplate HTTP SHA cgi feed filestore ghcPaths
|
||||
happstackServer happstackUtil highlightingKate hslogger json mtl
|
||||
network pandoc pandocTypes parsec recaptcha safe syb time url
|
||||
utf8String xhtml xml xssSanitize zlib
|
||||
network pandoc pandocTypes parsec random recaptcha safe syb time
|
||||
url utf8String xhtml xml xssSanitize zlib
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/jgm/gitit/tree/master";
|
||||
|
||||
Reference in New Issue
Block a user