mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell: drop noHaddock from some packages which build fine in their respective latest version
This commit is contained in:
parent
7d11823819
commit
0ae5d8fd05
5 changed files with 0 additions and 5 deletions
|
@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
Diff filepath HUnit mtl parsec split time utf8String xml
|
||||
];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
description = "Interface for versioning file stores";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
|
@ -7,7 +7,6 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ binary mtl ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
description = "Library and tool for parsing .eventlog files from GHC";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
|
@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
|
|||
version = "0.3.0";
|
||||
sha256 = "1ymk8k0r9ckk7dalz3virvvpyrf4nw8xvb23cs6ibdjjbzsphpiz";
|
||||
buildDepends = [ syb ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
description = "Data types for managing source code locations";
|
||||
|
|
|
@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
|
|||
version = "0.4.0.1";
|
||||
sha256 = "0x31a25njbgd3r8shh7rrqa9qq66iqjhh82k538p9bd2hblg30ka";
|
||||
buildDepends = [ alexMeta happyMeta haskellSrcMeta syb ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
description = "Deriving Parsers and Quasi-Quoters from BNF Grammars";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
|
|
|
@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
|
|||
version = "0.3.0.5";
|
||||
sha256 = "0f41q5l6z1dcpfx8rxacv4f544zcw7pgvq935mnzzha9fvsxqzk4";
|
||||
buildDepends = [ haskellSrcMeta QuickCheck ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
description = "Quasi-quoter for Alex lexers";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue