Control the kitchen lights

This commit is contained in:
2026-09-14 14:45:45 +03:00
parent aaba917a9b
commit 0f7c6ff98a
9 changed files with 167 additions and 33 deletions
+8 -6
View File
@@ -1,7 +1,8 @@
{ mkDerivation, aeson, annotated-exception, async, base, bytestring
, cereal, containers, directory, ekg-core, filepath, hedgehog
, hspec, hspec-hedgehog, katip, lens, lens-aeson, lib, network
, process, stm, text, time, unordered-containers, uuid, websockets
, cereal, cereal-conduit, conduit, 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";
@@ -10,9 +11,10 @@ mkDerivation {
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson annotated-exception async base bytestring cereal containers
directory ekg-core filepath katip lens lens-aeson network process
stm text time unordered-containers uuid websockets
aeson annotated-exception async base bytestring cereal
cereal-conduit conduit containers directory ekg-core filepath katip
lens lens-aeson network process stm text time unordered-containers
uuid websockets
];
executableHaskellDepends = [ base ];
testHaskellDepends = [