From 4d376b47b7aa506c4f4a4c5ccc83ca2ef1aeacc2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Apr 2013 20:24:53 -0400 Subject: expose Control.Monad.join I think I've been looking for that function for some time. Ie, I remember wanting to collapse Just Nothing to Nothing. --- Common.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common.hs') diff --git a/Common.hs b/Common.hs index 3513425c0..5c355a6ed 100644 --- a/Common.hs +++ b/Common.hs @@ -2,7 +2,7 @@ module Common (module X) where -import Control.Monad as X hiding (join) +import Control.Monad as X import Control.Monad.IfElse as X import Control.Applicative as X import "mtl" Control.Monad.State.Strict as X (liftIO) @@ -10,7 +10,7 @@ import Control.Exception.Extensible as X (IOException) import Data.Maybe as X import Data.List as X hiding (head, tail, init, last) -import Data.String.Utils as X +import Data.String.Utils as X hiding (join) import "MissingH" System.Path as X import System.FilePath as X -- cgit v1.2.3