haskell-HDBC-odbc: re-generate with cabal2nix
This commit is contained in:
parent
f9bb592712
commit
a22e8fd6c0
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user