Hledger.Cli.Format -> Hledger.Data.FormatStrings
This commit is contained in:
parent
a1297daae2
commit
00a43cd1bf
@ -1,4 +1,4 @@
|
||||
module Hledger.Cli.Format (
|
||||
module Hledger.Data.FormatStrings (
|
||||
parseFormatString
|
||||
, formatStrings
|
||||
, formatValue
|
||||
@ -106,8 +106,8 @@ import Test.HUnit
|
||||
import Hledger
|
||||
import Prelude hiding (putStr)
|
||||
import Hledger.Utils.UTF8 (putStr)
|
||||
import Hledger.Cli.Format
|
||||
import qualified Hledger.Cli.Format as Format
|
||||
import Hledger.Data.FormatStrings
|
||||
import qualified Hledger.Data.FormatStrings as Format
|
||||
import Hledger.Cli.Options
|
||||
|
||||
|
||||
|
||||
@ -23,8 +23,8 @@ import Text.Printf (hPrintf)
|
||||
import Prelude hiding (getContents)
|
||||
import Hledger.Utils.UTF8 (getContents)
|
||||
import Hledger
|
||||
import Hledger.Cli.Format
|
||||
import qualified Hledger.Cli.Format as Format
|
||||
import Hledger.Data.FormatStrings
|
||||
import qualified Hledger.Data.FormatStrings as Format
|
||||
import Hledger.Cli.Options
|
||||
import Hledger.Cli.Version
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ import Text.ParserCombinators.Parsec
|
||||
import Text.Printf
|
||||
|
||||
import Hledger
|
||||
import Hledger.Cli.Format as Format
|
||||
import Hledger.Data.FormatStrings as Format
|
||||
import Hledger.Cli.Version
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user