typo
This commit is contained in:
parent
773a6616ae
commit
32f1f68dc9
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ dateUnusedLog prefix = do
|
|||
#else
|
||||
#warning foo
|
||||
-- old ghc's getModificationTime returned a ClockTime
|
||||
dateUnusedLog _prefix = Nothing
|
||||
dateUnusedLog _prefix = return Nothing
|
||||
#endif
|
||||
|
||||
{- Set of unused keys. This is cached for speed. -}
|
||||
|
|
Loading…
Reference in a new issue