From 9d7ce6bff0c9dcf66983eb100927fc7776c447f9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Mar 2014 14:43:34 -0400 Subject: reorg matcher types; no non-type code changes --- Logs.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Logs.hs') diff --git a/Logs.hs b/Logs.hs index 2a2fc430e..c9d58157a 100644 --- a/Logs.hs +++ b/Logs.hs @@ -35,6 +35,7 @@ topLevelUUIDBasedLogs = , trustLog , groupLog , preferredContentLog + , requiredContentLog , scheduleLog ] @@ -70,6 +71,9 @@ groupLog = "group.log" preferredContentLog :: FilePath preferredContentLog = "preferred-content.log" +requiredContentLog :: FilePath +requiredContentLog = "required-content.log" + groupPreferredContentLog :: FilePath groupPreferredContentLog = "group-preferred-content.log" -- cgit v1.2.3