17 lines
588 B
Nix
17 lines
588 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, base16Bytestring, HUnit, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "direct-sqlite";
|
|
version = "2.3.14";
|
|
sha256 = "0xxvr2wln54snkvs2r46fkkn7yhm6i2afgww40vnfqamg8g81x5w";
|
|
buildDepends = [ text ];
|
|
testDepends = [ base16Bytestring HUnit text ];
|
|
meta = {
|
|
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;
|
|
};
|
|
})
|