From 399138e931625fa64453061ec3019a0c68b518e5 Mon Sep 17 00:00:00 2001 From: Alexey Radkov Date: Mon, 18 Mar 2024 12:38:50 +0400 Subject: [PATCH] requirement for unqualified import of Aggregate is no longer actual --- NgxExport/Tools/Aggregate.hs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/NgxExport/Tools/Aggregate.hs b/NgxExport/Tools/Aggregate.hs index 9b6160c..08cec81 100644 --- a/NgxExport/Tools/Aggregate.hs +++ b/NgxExport/Tools/Aggregate.hs @@ -381,9 +381,6 @@ sendAggregate a = const $ do -- have already been terminated. The inactive PIDs get checked every -- /asPurgeInterval/, and data which correspond to PIDs with timestamps older -- than /asPurgeInterval/ get removed. --- --- Be aware that due to limitations of Template Haskell, this name must be --- imported unqualified! data AggregateServerConf = AggregateServerConf { asPort :: Int , asPurgeInterval :: TimeInterval @@ -509,9 +506,6 @@ ngxExportAggregateService f a = do ] ] #ifdef SNAP_AGGREGATE_SERVER - -- FIXME: name AggregateServerConf must be imported from the user's - -- module unqualified (see details in NgxExport/Tools/SimpleService.hs, - -- function ngxExportSimpleService')! ,ngxExportSimpleServiceTyped fName ''AggregateServerConf SingleShotService #endif