summaryrefslogtreecommitdiffstats
path: root/src/Prelude/Extended.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Prelude/Extended.hs')
-rw-r--r--src/Prelude/Extended.hs13
1 files changed, 8 insertions, 5 deletions
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