mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-direct-sqlite: update to version 2.3.14
This commit is contained in:
parent
b42a36e697
commit
f09c37e518
@ -4,12 +4,12 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "direct-sqlite";
|
||||
version = "2.3.13";
|
||||
sha256 = "0d16jmls41cwyzg91fpd32dv8vvx1v3ilypv1wd7ya8j08fwfvdn";
|
||||
version = "2.3.14";
|
||||
sha256 = "0xxvr2wln54snkvs2r46fkkn7yhm6i2afgww40vnfqamg8g81x5w";
|
||||
buildDepends = [ text ];
|
||||
testDepends = [ base16Bytestring HUnit text ];
|
||||
meta = {
|
||||
homepage = "http://ireneknapp.com/software/";
|
||||
homepage = "https://github.com/IreneKnapp/direct-sqlite";
|
||||
description = "Low-level binding to SQLite3. Includes UTF8 and BLOB support.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user