From 64fea7ecaf3bc223575f01687423be24403f2cf1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Dec 2017 09:23:03 -0400 Subject: specify type --- src/Propellor/Property/Parted.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs index be12933d..97cf815e 100644 --- a/src/Propellor/Property/Parted.hs +++ b/src/Propellor/Property/Parted.hs @@ -111,7 +111,7 @@ calcPartedParamsSize (PartTable tabletype alignment parts) = -- partition size when something about the partition table -- does not allow the partition to end exactly at the position. partposfuzzy n - | n > 0 = show (fromIntegral n / 1000000) ++ "MB" + | n > 0 = show (fromIntegral n / 1000000 :: Double) ++ "MB" | otherwise = "1MB" -- Location of the start of the first partition, -- cgit v1.2.3