2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, HDBC, mtl, odbc, time, utf8String }:
|
2011-09-02 16:11:52 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "HDBC-odbc";
|
2012-12-03 15:11:04 +00:00
|
|
|
version = "2.3.1.1";
|
|
|
|
sha256 = "0zypgwy8yxzp69c2775gkzi8591b0l3wncn7vmq11l16ign95fc7";
|
2011-09-02 16:11:52 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ HDBC mtl time utf8String ];
|
2011-09-02 16:11:52 +01:00
|
|
|
extraLibraries = [ odbc ];
|
2013-12-02 18:58:29 +00:00
|
|
|
noHaddock = true;
|
2011-09-02 16:11:52 +01:00
|
|
|
meta = {
|
2012-12-03 15:11:04 +00:00
|
|
|
homepage = "https://github.com/hdbc/hdbc-odbc";
|
2011-09-02 16:11:52 +01:00
|
|
|
description = "ODBC driver for HDBC";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2011-09-02 16:11:52 +01:00
|
|
|
};
|
|
|
|
})
|