]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki/Interpreter/PageList.hs
Applied HLint
[Rakka.git] / Rakka / Wiki / Interpreter / PageList.hs
index fd4d364ebde2ad6af3c7ae37f9bdfb72c935ad1d..3d5ce246b5e511f7de4f1f6623f54c0eb994cdee 100644 (file)
@@ -85,12 +85,11 @@ recentUpdatesInterp
       mkListItem :: Bool -> HitPage -> IO ListItem
       mkListItem showSummary page
           = do lastMod <- utcToLocalZonedTime (hpLastMod page)
-               return ( [ Inline ( PageLink {
-                                     linkPage     = Just (hpPageName page)
-                                   , linkFragment = Nothing
-                                   , linkText     = Nothing
-                                   }
-                                 )
+               return ( [ Inline PageLink {
+                                       linkPage     = Just (hpPageName page)
+                                     , linkFragment = Nothing
+                                     , linkText     = Nothing
+                                     }
                         , Block ( Div [("class", "date")]
                                   [Inline (Text (formatRFC1123DateTime lastMod))]
                                 )