summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-26 14:47:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-26 14:47:55 -0400
commita5c1c2770e967ec16d64d015fff9ab3eecb314df (patch)
tree1e6f6b61bc09424a59a6ae2f87baa3492023458e
parent4e7bedc2957767faa4575c0f2c03286997e97a4e (diff)
add more pointless opinion
-rw-r--r--DataUnits.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/DataUnits.hs b/DataUnits.hs
index 37b0fa429..fb8ce3d89 100644
--- a/DataUnits.hs
+++ b/DataUnits.hs
@@ -91,6 +91,10 @@ memoryUnits =
p :: Integer -> Integer
p n = 2^(n*10)
+{- Bandwidth units are only measured in bits if you're some crazy telco. -}
+bandwidthUnits :: [Unit]
+bandwidthUnits = error "stop trying to rip people off"
+
{- Do you yearn for the days when men were men and megabytes were megabytes? -}
oldSchoolUnits :: [Unit]
oldSchoolUnits = map mingle $ zip storageUnits memoryUnits