cabal2nix-2.9.3: test/golden-test-cases/selda.nix.golden
{ mkDerivation, base, bytestring, exceptions, hashable, mtl
, psqueues, stdenv, 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 = stdenv.lib.licenses.mit;
}