summaryrefslogtreecommitdiff
path: root/Utility/HumanNumber.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/HumanNumber.hs')
-rw-r--r--Utility/HumanNumber.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/HumanNumber.hs b/Utility/HumanNumber.hs
index c3fede9..6143cef 100644
--- a/Utility/HumanNumber.hs
+++ b/Utility/HumanNumber.hs
@@ -5,7 +5,7 @@
- License: BSD-2-clause
-}
-module Utility.HumanNumber where
+module Utility.HumanNumber (showImprecise) where
{- Displays a fractional value as a string with a limited number
- of decimal digits. -}