summaryrefslogtreecommitdiff
path: root/Utility/Network.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Network.hs')
-rw-r--r--Utility/Network.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/Network.hs b/Utility/Network.hs
index 7f228e155..4def3c5c5 100644
--- a/Utility/Network.hs
+++ b/Utility/Network.hs
@@ -5,12 +5,15 @@
- License: BSD-2-clause
-}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
module Utility.Network where
import Utility.Process
import Utility.Exception
import Control.Applicative
+import Prelude
{- Haskell lacks uname(2) bindings, except in the
- Bindings.Uname addon. Rather than depend on that,