summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/OS.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/OS.hs')
-rw-r--r--src/Propellor/Types/OS.hs15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs
index 2529e7d8..72e3d764 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -1,6 +1,17 @@
-module Propellor.Types.OS where
+module Propellor.Types.OS (
+ HostName,
+ UserName,
+ GroupName,
+ System(..),
+ Distribution(..),
+ DebianSuite(..),
+ isStable,
+ Release,
+ Architecture,
+) where
+
+import Network.BSD (HostName)
-type HostName = String
type UserName = String
type GroupName = String