Backport serializable arrow

This commit is contained in:
2026-09-12 16:27:12 +03:00
parent 1f786815e6
commit e16010bf2f
3 changed files with 186 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{ mkDerivation, aeson, annotated-exception, async, base, bytestring
, 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, hedgehog, hspec
, hspec-hedgehog, katip, lens, lens-aeson, lib, network, process
, stm, text, time, unordered-containers, uuid, websockets
}:
mkDerivation {
pname = "home-assistant-controller";
@@ -10,7 +10,7 @@ mkDerivation {
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson annotated-exception async base bytestring containers
aeson annotated-exception async base bytestring cereal containers
directory ekg-core katip lens lens-aeson network process stm text
time unordered-containers uuid websockets
];