haskell-HDBC: update to version 2.3.1.2

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

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "HDBC";
version = "2.3.1.1";
sha256 = "1gqihvsf5w7j8xbn1xy93mdrsh77qwxbhfmyjivbm6i95w1i0kb7";
version = "2.3.1.2";
sha256 = "1rjamh8xscb9jhxgxcrs2qnvs2ipv9dqgnn0bpv5vwclmzmn5j87";
isLibrary = true;
isExecutable = true;
buildDepends = [ convertible mtl text time utf8String ];