diff options
author | tv <tv@krebsco.de> | 2019-01-23 13:15:20 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-23 13:51:10 +0100 |
commit | 4fa5cb937c016f8c10bf8f40d017ca3a436db2d3 (patch) | |
tree | 1135f4261e3bd2a86c94eff2526befd1c18ae1e9 /src/Reaktor/Internal.hs | |
parent | d40815fd56bf1895af89b72b1171675a2e0ae5f7 (diff) |
Reaktor.Plugins.System: print exec errors to IRCv0.1.1
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 |