diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 15:31:57 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 15:38:08 -0400 |
| commit | 90efcd3203d64c2c5691e30ccc23307aae8d20c8 (patch) | |
| tree | 183f38a857a81a3cb1a301b94f827f8a807dc961 /Property/User.hs | |
| parent | 8d31a6226ac9e1dfc75ec7521f039a43e749ed82 (diff) | |
refactor
Diffstat (limited to 'Property/User.hs')
| -rw-r--r-- | Property/User.hs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Property/User.hs b/Property/User.hs index 3cd74964..733e26ea 100644 --- a/Property/User.hs +++ b/Property/User.hs @@ -1,13 +1,8 @@ module Property.User where import System.Posix -import Control.Applicative -import Data.Maybe -import Property -import Utility.SafeCommand -import Utility.Exception -import Utility.Process +import Common type UserName = String |
