haskell-HDBC-odbc: update to version 2.4.0.0
This commit is contained in:
parent
d1cec0c92d
commit
3bf08aaa6b
pkgs/development/libraries/haskell/HDBC
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HDBC-odbc";
|
pname = "HDBC-odbc";
|
||||||
version = "2.3.1.1";
|
version = "2.4.0.0";
|
||||||
sha256 = "0zypgwy8yxzp69c2775gkzi8591b0l3wncn7vmq11l16ign95fc7";
|
sha256 = "0zjq5j095jyh0axmgnr59fwhh1nhipj6flz77z46kygagygrg2qz";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ HDBC mtl time utf8String ];
|
buildDepends = [ HDBC mtl time utf8String ];
|
||||||
|
|
Loading…
Reference in New Issue