Merge pull request #1286 from ocharles/haskell-odbc
haskellPackages.HDBCodbc: Do not build Haddocks
This commit is contained in:
commit
469ce846c3
@ -8,11 +8,15 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ HDBC mtl time utf8String ];
|
buildDepends = [ HDBC mtl time utf8String ];
|
||||||
extraLibraries = [ odbc ];
|
extraLibraries = [ odbc ];
|
||||||
|
noHaddock = true; # Haddocks currently fail to build
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/hdbc/hdbc-odbc";
|
homepage = "https://github.com/hdbc/hdbc-odbc";
|
||||||
description = "ODBC driver for HDBC";
|
description = "ODBC driver for HDBC";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.ocharles
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user