haskell-HDBC-odbc: update to version 2.3.1.1

This commit is contained in:
Peter Simons 2012-12-03 16:11:04 +01:00
parent 44b2202daa
commit 562297c740

View File

@ -2,14 +2,14 @@
cabal.mkDerivation (self: {
pname = "HDBC-odbc";
version = "2.3.1.0";
sha256 = "0vza38ggs863wjh25xnwslwlin68166ywws72bs766rl0rq7fkf4";
version = "2.3.1.1";
sha256 = "0zypgwy8yxzp69c2775gkzi8591b0l3wncn7vmq11l16ign95fc7";
isLibrary = true;
isExecutable = true;
buildDepends = [ HDBC mtl time utf8String ];
extraLibraries = [ odbc ];
meta = {
homepage = "http://software.complete.org/hdbc-odbc";
homepage = "https://github.com/hdbc/hdbc-odbc";
description = "ODBC driver for HDBC";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;