Updated Haskell packages.

- aeson: updated to version 0.6.0.1
 - alex-meta: updated to version 0.3.0.3
 - BNFC-meta: updated to version 0.3.0.1
 - hakyll: updated to version 3.2.7.1
 - happy-meta: updated to version 0.2.0.4
 - http-enumerator: updated to version 0.7.3.2
 - multiarg: updated to version 0.2.0.0

Disabled Haddock documentation for the following packages, because the
input crashes Haddock:

 - BNFC-meta
 - alex-meta

Re-enabled Haddock documentation for the following packages, because
previously occurring errors have been fixed:

 - ConfigFile
 - HDBC-odbc
 - Hipmunk
 - instant-generics
 - RepLib
 - type-equality
 - xmonad
 - xmonad-extras
 - yesod-core

svn path=/nixpkgs/trunk/; revision=33559
This commit is contained in:
Peter Simons 2012-04-03 18:37:58 +00:00
parent 31a37d918c
commit 7295830f7e
16 changed files with 18 additions and 29 deletions

View File

@ -7,7 +7,6 @@ cabal.mkDerivation (self: {
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ extensibleExceptions mtl utf8String X11 ]; buildDepends = [ extensibleExceptions mtl utf8String X11 ];
noHaddock = true;
meta = { meta = {
homepage = "http://xmonad.org"; homepage = "http://xmonad.org";
description = "A tiling window manager"; description = "A tiling window manager";

View File

@ -10,7 +10,6 @@ cabal.mkDerivation (self: {
hint HList libmpd mtl network parsec random regexPosix split X11 hint HList libmpd mtl network parsec random regexPosix split X11
xmonad xmonadContrib xmonad xmonadContrib
]; ];
noHaddock = true;
meta = { meta = {
homepage = "http://projects.haskell.org/xmonad-extras"; homepage = "http://projects.haskell.org/xmonad-extras";
description = "Third party extensions for xmonad with wacky dependencies"; description = "Third party extensions for xmonad with wacky dependencies";

View File

@ -7,7 +7,6 @@ cabal.mkDerivation (self: {
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ MissingH mtl parsec ]; buildDepends = [ MissingH mtl parsec ];
noHaddock = true;
meta = { meta = {
homepage = "http://software.complete.org/configfile"; homepage = "http://software.complete.org/configfile";
description = "Configuration file reading & writing"; description = "Configuration file reading & writing";

View File

@ -8,7 +8,6 @@ cabal.mkDerivation (self: {
isExecutable = true; isExecutable = true;
buildDepends = [ HDBC mtl time utf8String ]; buildDepends = [ HDBC mtl time utf8String ];
extraLibraries = [ odbc ]; extraLibraries = [ odbc ];
noHaddock = true;
meta = { meta = {
homepage = "http://software.complete.org/hdbc-odbc"; homepage = "http://software.complete.org/hdbc-odbc";
description = "ODBC driver for HDBC"; description = "ODBC driver for HDBC";

View File

@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
version = "5.2.0.7"; version = "5.2.0.7";
sha256 = "1cinxhz4qb8xcbygifx85q4zf6pmjwi90v01vqwyvwlfxmbk0j7k"; sha256 = "1cinxhz4qb8xcbygifx85q4zf6pmjwi90v01vqwyvwlfxmbk0j7k";
buildDepends = [ StateVar transformers ]; buildDepends = [ StateVar transformers ];
noHaddock = true;
meta = { meta = {
homepage = "http://patch-tag.com/r/felipe/hipmunk/home"; homepage = "http://patch-tag.com/r/felipe/hipmunk/home";
description = "A Haskell binding for Chipmunk"; description = "A Haskell binding for Chipmunk";

View File

@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
version = "0.5.2"; version = "0.5.2";
sha256 = "1wcxvl40wlnva2x7z13pm95485lwxbpy5di1mb1din3id8dprxfr"; sha256 = "1wcxvl40wlnva2x7z13pm95485lwxbpy5di1mb1din3id8dprxfr";
buildDepends = [ mtl typeEquality ]; buildDepends = [ mtl typeEquality ];
noHaddock = true;
meta = { meta = {
homepage = "http://code.google.com/p/replib/"; homepage = "http://code.google.com/p/replib/";
description = "Generic programming library with representation types"; description = "Generic programming library with representation types";

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "aeson"; pname = "aeson";
version = "0.6.0.0"; version = "0.6.0.1";
sha256 = "1j8g1q7xr1pgyfyrkbh2zz7fhqshj0q5qg7fczrnsbbzf5k459zw"; sha256 = "0hhhfq045drwfc4l3827006ybw9shwxi8mg25k9nsjx9wdhmkvy9";
buildDepends = [ buildDepends = [
attoparsec blazeBuilder deepseq dlist hashable mtl syb text time attoparsec blazeBuilder deepseq dlist hashable mtl syb text time
unorderedContainers vector unorderedContainers vector

View File

@ -5,8 +5,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "3.2.7.0"; version = "3.2.7.1";
sha256 = "1jx4csfdr7icjrg9hvlw5pyi29qf3yyx0sjaw7nchz8jk43ikr2b"; sha256 = "07d7a8l2phb787wgqyh1rci1v9hzwxw35arg03hkal072sacif0c";
buildDepends = [ buildDepends = [
binary blazeHtml citeprocHs cryptohash filepath hamlet mtl pandoc binary blazeHtml citeprocHs cryptohash filepath hamlet mtl pandoc
parsec regexBase regexTdfa snapCore snapServer tagsoup time parsec regexBase regexTdfa snapCore snapServer tagsoup time

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "http-enumerator"; pname = "http-enumerator";
version = "0.7.3.1"; version = "0.7.3.2";
sha256 = "0a4p9340g6bx3s7mj3lbkrgw3db2kxpjncbbnnpdcwqyswi2vm75"; sha256 = "1djr41fc8blpmwcj3ckix0xnc0kfasbmkx82wpzrq23h54jrbdjl";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [

View File

@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
version = "0.3.4"; version = "0.3.4";
sha256 = "0j3sfbw3j0izwmhvwcl8nxxvlrpfla5rngxx2yvl6w5i87wyhswi"; sha256 = "0j3sfbw3j0izwmhvwcl8nxxvlrpfla5rngxx2yvl6w5i87wyhswi";
buildDepends = [ syb ]; buildDepends = [ syb ];
noHaddock = true;
meta = { meta = {
homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/InstantGenerics"; homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/InstantGenerics";
description = "Generic programming library with a sum of products view"; description = "Generic programming library with a sum of products view";

View File

@ -1,14 +1,10 @@
{ cabal, explicitException, QuickCheck, text, transformers { cabal, explicitException, text, transformers, utf8String }:
, utf8String
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "multiarg"; pname = "multiarg";
version = "0.1.0.0"; version = "0.2.0.0";
sha256 = "010mph49fq0rdr5dmm4pdlbmfmaaas8wffa9p1cgprs2ic1hnx3g"; sha256 = "1jmhlh4ngmkddrkcafx0qcmzwbmi5crkmd6p8b07cfjpaq2pc6yx";
buildDepends = [ buildDepends = [ explicitException text transformers utf8String ];
explicitException QuickCheck text transformers utf8String
];
meta = { meta = {
homepage = "https://github.com/massysett/multiarg"; homepage = "https://github.com/massysett/multiarg";
description = "Combinators to build command line parsers"; description = "Combinators to build command line parsers";

View File

@ -4,7 +4,6 @@ cabal.mkDerivation (self: {
pname = "type-equality"; pname = "type-equality";
version = "0.1.0.2"; version = "0.1.0.2";
sha256 = "09m6vc5hglf3xdg0bg9lgbkgjffmbkfgcrqf5ii36l92c4dik32q"; sha256 = "09m6vc5hglf3xdg0bg9lgbkgjffmbkfgcrqf5ii36l92c4dik32q";
noHaddock = true;
meta = { meta = {
homepage = "http://github.com/hesselink/type-equality/"; homepage = "http://github.com/hesselink/type-equality/";
description = "Type equality, coercion/cast and other operations"; description = "Type equality, coercion/cast and other operations";

View File

@ -17,7 +17,6 @@ cabal.mkDerivation (self: {
shakespeareI18n shakespeareJs text time transformers shakespeareI18n shakespeareJs text time transformers
transformersBase vector wai waiExtra waiLogger yesodRoutes transformersBase vector wai waiExtra waiLogger yesodRoutes
]; ];
noHaddock = true;
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";
description = "Creation of type-safe, RESTful web applications"; description = "Creation of type-safe, RESTful web applications";

View File

@ -2,9 +2,10 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "BNFC-meta"; pname = "BNFC-meta";
version = "0.3"; version = "0.3.0.1";
sha256 = "17vmszgq9cyayqlykjbwzvm8mim641vhpzcrdr3l6zb84hr29xgs"; sha256 = "1qp6aanryrmmip45wgiaf62p842lgc1yqdr8qqn3ljmszxw591ak";
buildDepends = [ alexMeta happyMeta haskellSrcMeta syb ]; buildDepends = [ alexMeta happyMeta haskellSrcMeta syb ];
noHaddock = true;
meta = { meta = {
description = "Deriving Quasi-Quoters from BNF Grammars"; description = "Deriving Quasi-Quoters from BNF Grammars";
license = self.stdenv.lib.licenses.gpl2; license = self.stdenv.lib.licenses.gpl2;

View File

@ -2,9 +2,10 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "alex-meta"; pname = "alex-meta";
version = "0.3.0.2"; version = "0.3.0.3";
sha256 = "0kbscnax236qhr18ix9rnfl70z5rgl9zysx5mzd2vrp7h2dymigg"; sha256 = "08w7z2iq2s557vi9kp2x8qp1lwvh49skffbjm8kxrf2bn2il5q48";
buildDepends = [ haskellSrcMeta QuickCheck ]; buildDepends = [ haskellSrcMeta QuickCheck ];
noHaddock = true;
meta = { meta = {
description = "Quasi-quoter for Alex lexers"; description = "Quasi-quoter for Alex lexers";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "happy-meta"; pname = "happy-meta";
version = "0.2.0.3"; version = "0.2.0.4";
sha256 = "0bvm4rbmd48vfpyjjfq476466s9hf7x3y0bgzdfkacm89xx080g9"; sha256 = "1s1inv2l2hwdlvypn6wpiadmi5y5mpcjawiqjb1hv0d8y43dpz54";
buildDepends = [ haskellSrcMeta mtl ]; buildDepends = [ haskellSrcMeta mtl ];
meta = { meta = {
description = "Quasi-quoter for Happy parsers"; description = "Quasi-quoter for Happy parsers";