Backport serializable arrow
This commit is contained in:
+4
-4
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user