haskell: drop noHaddock from some packages which build fine in their respective latest version
This commit is contained in:
parent
7d11823819
commit
0ae5d8fd05
@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
Diff filepath HUnit mtl parsec split time utf8String xml
|
Diff filepath HUnit mtl parsec split time utf8String xml
|
||||||
];
|
];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface for versioning file stores";
|
description = "Interface for versioning file stores";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
@ -7,7 +7,6 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary mtl ];
|
buildDepends = [ binary mtl ];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library and tool for parsing .eventlog files from GHC";
|
description = "Library and tool for parsing .eventlog files from GHC";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
sha256 = "1ymk8k0r9ckk7dalz3virvvpyrf4nw8xvb23cs6ibdjjbzsphpiz";
|
sha256 = "1ymk8k0r9ckk7dalz3virvvpyrf4nw8xvb23cs6ibdjjbzsphpiz";
|
||||||
buildDepends = [ syb ];
|
buildDepends = [ syb ];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||||
description = "Data types for managing source code locations";
|
description = "Data types for managing source code locations";
|
||||||
|
@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.4.0.1";
|
version = "0.4.0.1";
|
||||||
sha256 = "0x31a25njbgd3r8shh7rrqa9qq66iqjhh82k538p9bd2hblg30ka";
|
sha256 = "0x31a25njbgd3r8shh7rrqa9qq66iqjhh82k538p9bd2hblg30ka";
|
||||||
buildDepends = [ alexMeta happyMeta haskellSrcMeta syb ];
|
buildDepends = [ alexMeta happyMeta haskellSrcMeta syb ];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Deriving Parsers and Quasi-Quoters from BNF Grammars";
|
description = "Deriving Parsers and Quasi-Quoters from BNF Grammars";
|
||||||
license = self.stdenv.lib.licenses.gpl2;
|
license = self.stdenv.lib.licenses.gpl2;
|
||||||
|
@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.3.0.5";
|
version = "0.3.0.5";
|
||||||
sha256 = "0f41q5l6z1dcpfx8rxacv4f544zcw7pgvq935mnzzha9fvsxqzk4";
|
sha256 = "0f41q5l6z1dcpfx8rxacv4f544zcw7pgvq935mnzzha9fvsxqzk4";
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user