move Currency to Ledger/
This commit is contained in:
parent
82e4e14e8f
commit
3bca3cfa0f
@ -38,7 +38,7 @@ module Amount
|
|||||||
where
|
where
|
||||||
import Ledger.Utils
|
import Ledger.Utils
|
||||||
import Ledger.Types
|
import Ledger.Types
|
||||||
import Currency
|
import Ledger.Currency
|
||||||
|
|
||||||
tests = runTestTT $ test [
|
tests = runTestTT $ test [
|
||||||
show (dollars 1) ~?= "$1.00"
|
show (dollars 1) ~?= "$1.00"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
module Currency
|
module Ledger.Currency
|
||||||
where
|
where
|
||||||
import qualified Data.Map as Map
|
import qualified Data.Map as Map
|
||||||
import Data.Map ((!))
|
import Data.Map ((!))
|
||||||
Loading…
Reference in New Issue
Block a user