From 4fa5cb937c016f8c10bf8f40d017ca3a436db2d3 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 23 Jan 2019 13:15:20 +0100 Subject: Reaktor.Plugins.System: print exec errors to IRC --- src/Prelude/Extended.hs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/Prelude/Extended.hs') diff --git a/src/Prelude/Extended.hs b/src/Prelude/Extended.hs index 5885033..69dc8c8 100644 --- a/src/Prelude/Extended.hs +++ b/src/Prelude/Extended.hs @@ -1,8 +1,11 @@ module Prelude.Extended - ( module Exports + ( module Export ) where -import Control.Monad as Exports (forever,unless,when) -import Data.Default as Exports (Default,def) -import Data.Maybe as Exports (fromMaybe,isJust) -import Prelude as Exports +import Control.Monad as Export (forever,unless,when) +import Data.ByteString.Char8.Extended as Export (ByteString) +import Data.Default as Export (Default,def) +import Data.HashMap.Lazy as Export (HashMap) +import Data.Maybe as Export (fromMaybe,isJust,isNothing) +import Data.Vector as Export (Vector) +import Prelude as Export -- cgit v1.2.3