pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / development / ocaml-modules / caqti / type-calendar.nix
blob9f71bd1d164c04af89cbf23b23cc09f315c9f4a9
1 { buildDunePackage, calendar, caqti }:
3 buildDunePackage {
4   pname = "caqti-type-calendar";
5   inherit (caqti) src version;
7   propagatedBuildInputs = [ calendar caqti ];
9   meta = caqti.meta // {
10     description = "Date and time field types using the calendar library";
11   };