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: { cabal.mkDerivation (self: {
pname = "HDBC-odbc"; pname = "HDBC-odbc";
version = "2.3.1.0"; version = "2.3.1.1";
sha256 = "0vza38ggs863wjh25xnwslwlin68166ywws72bs766rl0rq7fkf4"; sha256 = "0zypgwy8yxzp69c2775gkzi8591b0l3wncn7vmq11l16ign95fc7";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ HDBC mtl time utf8String ]; buildDepends = [ HDBC mtl time utf8String ];
extraLibraries = [ odbc ]; extraLibraries = [ odbc ];
meta = { meta = {
homepage = "http://software.complete.org/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;