cabal2nix-2.16.0: test/golden-test-cases/selda.nix.golden
{ mkDerivation, base, bytestring, exceptions, hashable, lib, mtl
, psqueues, text, time, unordered-containers
}:
mkDerivation {
pname = "selda";
version = "0.1.11.2";
sha256 = "deadbeef";
libraryHaskellDepends = [
base bytestring exceptions hashable mtl psqueues text time
unordered-containers
];
homepage = "https://selda.link";
description = "Type-safe, high-level EDSL for interacting with relational databases";
license = lib.licenses.mit;
}