summaryrefslogtreecommitdiff
path: root/Property/Hostname.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 00:08:02 -0400
committerJoey Hess2014-03-30 00:08:02 -0400
commit92957b27ece2d4fb2eb4ce9121dd26ee94985b48 (patch)
treec25c4dbd5d497958ba011ad7382ab92fc3cc8f45 /Property/Hostname.hs
parent0ab0216d0b400fae78a6a6916ef9f82ed31dc0fa (diff)
cabalized and added a wrapper program
Diffstat (limited to 'Property/Hostname.hs')
-rw-r--r--Property/Hostname.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Property/Hostname.hs b/Property/Hostname.hs
index b4c28a2b..03293eb1 100644
--- a/Property/Hostname.hs
+++ b/Property/Hostname.hs
@@ -1,13 +1,6 @@
module Property.Hostname where
-import Data.List
-import System.Posix
-import Control.Applicative
-import Data.Maybe
-
import Property
-import Utility.SafeCommand
-import Utility.Exception
type HostName = String