mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
some import cleanups
This commit is contained in:
parent
dab15c83ff
commit
5cb1ea228f
@ -1,4 +1,4 @@
|
||||
module Options
|
||||
module Options (parseOptions, parsePatternArgs, wildcard, Flag(..), usage, ledgerFilePath)
|
||||
where
|
||||
import System.Console.GetOpt
|
||||
import System.Directory
|
||||
|
@ -47,8 +47,8 @@ import qualified Data.Map as Map (lookup)
|
||||
|
||||
import Options
|
||||
import Models
|
||||
import Parse
|
||||
import Tests
|
||||
import Parse (parseLedgerAndDo, parseLedgerFile)
|
||||
import Tests (hunit, quickcheck)
|
||||
import Utils hiding (test)
|
||||
|
||||
|
||||
@ -69,8 +69,8 @@ type Command = [Flag] -> (Regex,Regex) -> IO ()
|
||||
|
||||
selftest :: Command
|
||||
selftest opts pats = do
|
||||
Tests.hunit
|
||||
Tests.quickcheck
|
||||
hunit
|
||||
quickcheck
|
||||
return ()
|
||||
|
||||
print_ :: Command
|
||||
|
Loading…
Reference in New Issue
Block a user