Skip to content

Commit

Permalink
Use comment syntax compatible with GHC <8.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bsima committed May 1, 2020
1 parent 27063bb commit 1221d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Acid/Log.hs
Expand Up @@ -236,10 +236,10 @@ rollbackWhile identifier filterFn = do
--
-- minEntryId <= x < maxEntryId
filterLogFiles ::
-- | minEntryId
Maybe EntryId ->
-- | maxEntryId
-- ^ minEntryId
Maybe EntryId ->
-- ^ maxEntryId
[(EntryId, FilePath)] -> [(EntryId, FilePath)]
filterLogFiles minEntryIdMb maxEntryIdMb logFiles = worker logFiles
where
Expand Down

0 comments on commit 1221d25

Please sign in to comment.