mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
make recent timelog commit ghc 7.8 compatible
This commit is contained in:
parent
bb71b077a2
commit
52ce7c1d93
@ -47,8 +47,10 @@ module Hledger.Read.TimelogReader (
|
||||
tests_Hledger_Read_TimelogReader
|
||||
)
|
||||
where
|
||||
import Control.Monad
|
||||
import Control.Monad.Except
|
||||
import Prelude ()
|
||||
import Prelude.Compat
|
||||
import Control.Monad (liftM)
|
||||
import Control.Monad.Except (ExceptT)
|
||||
import Data.List (isPrefixOf, foldl')
|
||||
import Data.Maybe (fromMaybe)
|
||||
import Test.HUnit
|
||||
|
Loading…
Reference in New Issue
Block a user