haskell-HDBC: update to version 2.4.0.0
This commit is contained in:
parent
bfa2466d71
commit
a7e71295fc
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HDBC";
|
pname = "HDBC";
|
||||||
version = "2.3.1.2";
|
version = "2.4.0.0";
|
||||||
sha256 = "1rjamh8xscb9jhxgxcrs2qnvs2ipv9dqgnn0bpv5vwclmzmn5j87";
|
sha256 = "1zwkrr0pbgxi2y75n2sjr3xs8xa3pxbmnqg3phqkjqcz3j4gcq6y";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ convertible mtl text time utf8String ];
|
buildDepends = [ convertible mtl text time utf8String ];
|
||||||
|
|
Loading…
Reference in New Issue