diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-25 13:57:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-25 13:57:52 -0400 |
| commit | 6284e3f825ddf785f460f62ed4d681ad28ac788e (patch) | |
| tree | ac73d67648d954fea467fbcf991dcf64d4a4633e /src | |
| parent | 93d698a803d8ca2d8290dc7b79ee8c319fad2522 (diff) | |
unused import
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/User.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/User.hs b/src/Propellor/Property/User.hs index 5bb4e1a7..564be82d 100644 --- a/src/Propellor/Property/User.hs +++ b/src/Propellor/Property/User.hs @@ -1,7 +1,6 @@ module Propellor.Property.User where import System.Posix -import Data.List import Propellor.Base import qualified Propellor.Property.File as File |
