make recent timelog commit ghc 7.8 compatible

This commit is contained in:
Simon Michael 2015-04-29 07:10:13 -07:00
parent bb71b077a2
commit 52ce7c1d93

View File

@ -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