diff options
author | tv <tv@krebsco.de> | 2019-01-21 19:44:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-21 19:44:39 +0100 |
commit | a00da57346c195b1b15d1c6aca2891483901aae6 (patch) | |
tree | fab49308ba6a4a96a0eb01fa7eb8f727d9c95f07 /src/Reaktor/Plugins/System.hs | |
parent | 2842e05c232505c670daee0fffb9a34d5c866217 (diff) |
src: Types -> Internal
Diffstat (limited to 'src/Reaktor/Plugins/System.hs')
-rw-r--r-- | src/Reaktor/Plugins/System.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Reaktor/Plugins/System.hs b/src/Reaktor/Plugins/System.hs index 4e659d1..781409b 100644 --- a/src/Reaktor/Plugins/System.hs +++ b/src/Reaktor/Plugins/System.hs @@ -12,8 +12,8 @@ import Data.Aeson import qualified Data.ByteString.Char8.Extended as BS import qualified Data.Map as M import Reaktor.Message -import Reaktor.Plugins.System.Types -import Reaktor.Types +import Reaktor.Internal +import Reaktor.Plugins.System.Internal import System.Environment (getEnvironment) import System.FilePath.Posix (takeBaseName) import System.IO (Handle,hClose,hPutStr,hIsEOF) |