Skip to content

Commit

Permalink
asciiiii
Browse files Browse the repository at this point in the history
  • Loading branch information
k0001 committed Oct 18, 2016
1 parent 07e8aa8 commit 34793d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Money.hs
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ type instance Scale' "NIO" "centavo" = '(100, 1)
-- | Norwegian krone
type instance Scale' "NOK" "NOK" = '(100, 1)
type instance Scale' "NOK" "krone" = '(1, 1)
type instance Scale' "NOK" "øre" = '(100, 1)
type instance Scale' "NOK" "ore" = '(100, 1)
-- | Nepalese rupee
type instance Scale' "NPR" "NPR" = '(100, 1)
type instance Scale' "NPR" "rupee" = '(1, 1)
Expand Down Expand Up @@ -1094,7 +1094,7 @@ type instance Scale' "TOP" "seniti" = '(100, 1)
-- | Turkish lira
type instance Scale' "TRY" "TRY" = '(100, 1)
type instance Scale' "TRY" "lira" = '(1, 1)
type instance Scale' "TRY" "kuruş" = '(100, 1)
type instance Scale' "TRY" "kurus" = '(100, 1)
-- | Tobago Trinidad and Tobago dollar
type instance Scale' "TTD" "TTD" = '(100, 1)
type instance Scale' "TTD" "dollar" = '(1, 1)
Expand Down

0 comments on commit 34793d3

Please sign in to comment.