From 15885db0ccd7cfaf03805a046a7da1179076c75c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 3 Oct 2019 23:46:32 -0400 Subject: fix 32bit --- src/ConfigFile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfigFile.hs b/src/ConfigFile.hs index a1d3662..086ac7c 100644 --- a/src/ConfigFile.hs +++ b/src/ConfigFile.hs @@ -46,7 +46,7 @@ newtype Package = Package Text deriving (Show, Read, Eq, Ord) data Patch = Patch deriving (Show, Read) data BaseImageSpecification - = EmptyImageOfBytes Int + = EmptyImageOfBytes Int64 | ParentImageConfigFile FilePath deriving (Show, Read) -- cgit v1.2.3