drop some old base 3 support

This commit is contained in:
Simon Michael 2011-08-15 22:59:15 +00:00
parent 7367e5b24d
commit 85f83c00fc

View File

@ -29,7 +29,7 @@ $ bin\/hledger -f data\/sample.journal balance o
module Hledger.Cli.Tests module Hledger.Cli.Tests
where where
import Control.Monad import Control.Monad
import System.Exit (exitFailure, exitWith, ExitCode(ExitSuccess)) -- base 3 compatible import System.Exit
import Test.HUnit import Test.HUnit
import Hledger.Cli import Hledger.Cli