lib: export HasCallStack from Hledger.Utils.Test

This commit is contained in:
Simon Michael 2018-09-04 09:59:48 -07:00
parent c3755f9a52
commit dcc44d10a5
4 changed files with 3 additions and 4 deletions

View File

@ -40,7 +40,6 @@ module Hledger.Data.AccountName (
) )
where where
import Data.CallStack
import Data.List import Data.List
#if !(MIN_VERSION_base(4,11,0)) #if !(MIN_VERSION_base(4,11,0))
import Data.Monoid import Data.Monoid

View File

@ -49,7 +49,7 @@ module Hledger.Query (
easytests_Query easytests_Query
) )
where where
import Data.CallStack
import Data.Data import Data.Data
import Data.Either import Data.Either
import Data.List import Data.List

View File

@ -4,7 +4,8 @@
module Hledger.Utils.Test ( module Hledger.Utils.Test (
-- * easytest -- * easytest
module EasyTest HasCallStack
,module EasyTest
,runEasyTests ,runEasyTests
,tests ,tests
,_tests ,_tests

View File

@ -40,7 +40,6 @@ where
-- import Control.Concurrent -- import Control.Concurrent
import Control.Monad import Control.Monad
import Data.Default import Data.Default
-- import Data.CallStack
import Data.List import Data.List
import Data.List.Split (splitOn) import Data.List.Split (splitOn)
#if !(MIN_VERSION_base(4,11,0)) #if !(MIN_VERSION_base(4,11,0))