Fix broken upgrade from V1 repository. Closes: #638584
Had forgotten to keep several old versions of functions needed during this upgrade.
This commit is contained in:
parent
e3ca08fad8
commit
01cd775d92
3 changed files with 30 additions and 8 deletions
|
@ -15,10 +15,12 @@ module PresenceLog (
|
|||
LogStatus(..),
|
||||
addLog,
|
||||
readLog,
|
||||
parseLog,
|
||||
writeLog,
|
||||
logNow,
|
||||
compactLog,
|
||||
currentLog
|
||||
currentLog,
|
||||
LogLine
|
||||
) where
|
||||
|
||||
import Data.Time.Clock.POSIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue