1 { lib, buildDunePackage, calendar, caqti }:
4 pname = "caqti-type-calendar";
5 inherit (caqti) src version;
9 propagatedBuildInputs = [ calendar caqti ];
11 meta = caqti.meta // {
12 description = "Date and time field types using the calendar library";