haskell: drop noHaddock from some packages which build fine in their respective latest version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user