move Currency to Ledger/

This commit is contained in:
Simon Michael 2008-10-03 00:22:17 +00:00
parent 82e4e14e8f
commit 3bca3cfa0f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ module Amount
where
import Ledger.Utils
import Ledger.Types
import Currency
import Ledger.Currency
tests = runTestTT $ test [
show (dollars 1) ~?= "$1.00"

View File

@ -1,4 +1,4 @@
module Currency
module Ledger.Currency
where
import qualified Data.Map as Map
import Data.Map ((!))