mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
haskell-HDBC-odbc: update to version 2.3.1.1
This commit is contained in:
parent
44b2202daa
commit
562297c740
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user