forked from mirrors/nixpkgs
haskell-HDBC: update to version 2.3.1.2
This commit is contained in:
parent
562297c740
commit
401a5f682e
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue