From c5d1556ebc5d02aaffd0d105e1d66041d0361b47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Apr 2019 11:53:01 -0400 Subject: Added Utility.FileMode to the modules exported by Propellor.Utilities Since File.mode uses FileMode, it seems it ought to be exported by propellor somewhere. I don't want to make propellor Property modules themselves export core data types though, so this is a compromise of dubious utility. --- src/Propellor/Property/DiskImage.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Propellor/Property/DiskImage.hs') diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs index 29bc2d1c..b7651b98 100644 --- a/src/Propellor/Property/DiskImage.hs +++ b/src/Propellor/Property/DiskImage.hs @@ -42,7 +42,6 @@ import Propellor.Types.Info import Propellor.Types.Bootloader import Propellor.Container import Utility.Path -import Utility.FileMode import Utility.DataUnits import Data.List (isPrefixOf, isInfixOf, sortBy, unzip4) -- cgit v1.2.3