Test the SerializeUTCTime property

This commit is contained in:
2026-09-12 20:25:24 +03:00
parent a3dd63f26c
commit aaba917a9b
4 changed files with 26 additions and 10 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
{ mkDerivation, aeson, annotated-exception, async, base, bytestring
, cereal, containers, directory, ekg-core, hedgehog, hspec
, hspec-hedgehog, katip, lens, lens-aeson, lib, network, process
, stm, text, time, unordered-containers, uuid, websockets
, cereal, containers, directory, ekg-core, filepath, hedgehog
, hspec, hspec-hedgehog, katip, lens, lens-aeson, lib, network
, process, stm, text, time, unordered-containers, uuid, websockets
}:
mkDerivation {
pname = "home-assistant-controller";
@@ -11,13 +11,13 @@ mkDerivation {
isExecutable = true;
libraryHaskellDepends = [
aeson annotated-exception async base bytestring cereal containers
directory ekg-core katip lens lens-aeson network process stm text
time unordered-containers uuid websockets
directory ekg-core filepath katip lens lens-aeson network process
stm text time unordered-containers uuid websockets
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
aeson annotated-exception async base containers directory ekg-core
hedgehog hspec hspec-hedgehog katip process stm text time
aeson annotated-exception async base cereal containers directory
ekg-core hedgehog hspec hspec-hedgehog katip process stm text time
unordered-containers uuid
];
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";