haskell-HDBC-odbc: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2013-12-02 19:58:29 +01:00
parent f9bb592712
commit a22e8fd6c0

View File

@ -8,7 +8,7 @@ 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 noHaddock = true;
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";