Test the SerializeUTCTime property
This commit is contained in:
+7
-7
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user