3
0
Fork 0
forked from mirrors/nixpkgs

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: { cabal.mkDerivation (self: {
pname = "HDBC"; pname = "HDBC";
version = "2.3.1.1"; version = "2.3.1.2";
sha256 = "1gqihvsf5w7j8xbn1xy93mdrsh77qwxbhfmyjivbm6i95w1i0kb7"; sha256 = "1rjamh8xscb9jhxgxcrs2qnvs2ipv9dqgnn0bpv5vwclmzmn5j87";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ convertible mtl text time utf8String ]; buildDepends = [ convertible mtl text time utf8String ];