diff options
Diffstat (limited to 'src/Reaktor/Internal.hs')
-rw-r--r-- | src/Reaktor/Internal.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Reaktor/Internal.hs b/src/Reaktor/Internal.hs index 26294b4..74db9c3 100644 --- a/src/Reaktor/Internal.hs +++ b/src/Reaktor/Internal.hs @@ -3,11 +3,10 @@ {-# LANGUAGE RecordWildCards #-} module Reaktor.Internal where +import Prelude.Extended import Blessings import Data.Aeson -import Data.ByteString (ByteString) import Network.Socket as Exports (HostName,ServiceName) -import Prelude.Extended import qualified Data.ByteString.Char8.Extended as BS import System.IO |