haskell-direct-sqlite: update to version 2.3.13
This commit is contained in:
parent
80454adf79
commit
e2ecbc0267
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "direct-sqlite";
|
pname = "direct-sqlite";
|
||||||
version = "2.3.12";
|
version = "2.3.13";
|
||||||
sha256 = "14dcgmn3mfx69qx412dc8cxa4ia3adsf8gm5q4yscpp8rf78m178";
|
sha256 = "0d16jmls41cwyzg91fpd32dv8vvx1v3ilypv1wd7ya8j08fwfvdn";
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
testDepends = [ base16Bytestring HUnit text ];
|
testDepends = [ base16Bytestring HUnit text ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue