mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 13:22:27 +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
|
tests_Hledger_Read_TimelogReader
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
import Control.Monad
|
import Prelude ()
|
||||||
import Control.Monad.Except
|
import Prelude.Compat
|
||||||
|
import Control.Monad (liftM)
|
||||||
|
import Control.Monad.Except (ExceptT)
|
||||||
import Data.List (isPrefixOf, foldl')
|
import Data.List (isPrefixOf, foldl')
|
||||||
import Data.Maybe (fromMaybe)
|
import Data.Maybe (fromMaybe)
|
||||||
import Test.HUnit
|
import Test.HUnit
|
||||||
|
Loading…
Reference in New Issue
Block a user