diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-21 23:11:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-21 23:13:50 -0400 |
commit | a1159c4e4bd73283179e24cfb90c83f2e5549a24 (patch) | |
tree | bc9946e49e15a7c59c1f88e83524b1323e5f839a /Utility | |
parent | c58de74dc4d275ee68661e755ff3c4c628cc350e (diff) |
merge change from propellor
exporting Unit allows custom data units
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/DataUnits.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/DataUnits.hs b/Utility/DataUnits.hs index 3ff553887..2ece14305 100644 --- a/Utility/DataUnits.hs +++ b/Utility/DataUnits.hs @@ -41,6 +41,7 @@ module Utility.DataUnits ( memoryUnits, bandwidthUnits, oldSchoolUnits, + Unit(..), roughSize, compareSizes, |