summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/File.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-15 21:09:50 -0400
committerJoey Hess2015-12-15 21:09:50 -0400
commit4d12d728dd1ef087af39de142c0c5422495305b9 (patch)
tree9a28e835a5e7417da1fa674753fb420a26edd9e4 /src/Propellor/Property/File.hs
parent81f35a5f8df6907dba394b028d2c7bcbf18cdc5f (diff)
parent47a2b72bed3770d3dfb26c4142479c436a11ce55 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/File.hs')
-rw-r--r--src/Propellor/Property/File.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/File.hs b/src/Propellor/Property/File.hs
index 56066b5b..3021617c 100644
--- a/src/Propellor/Property/File.hs
+++ b/src/Propellor/Property/File.hs
@@ -4,7 +4,6 @@ import Propellor.Base
import Utility.FileMode
import System.Posix.Files
-import System.PosixCompat.Types
import System.Exit
type Line = String