[commit: haddock] wip/D538-5, wip/D538-6: Revert "Fix import of 'empty' due to AMP." (ef6dff0)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:36:27 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: wip/D538-5,wip/D538-6
Link       : http://git.haskell.org/haddock.git/commitdiff/ef6dff06a2b2919a394a7c06cd78c53490dbf7c1

>---------------------------------------------------------------

commit ef6dff06a2b2919a394a7c06cd78c53490dbf7c1
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Sep 26 19:18:28 2014 +0200

    Revert "Fix import of 'empty' due to AMP."
    
    This reverts commit 0cc5bc85e9fca92ab712b68a2ba2c0dd9d3d79f4 since
    it turns out we don't need to re-export `empty` from Control.Monad after
    all.


>---------------------------------------------------------------

ef6dff06a2b2919a394a7c06cd78c53490dbf7c1
 haddock-api/src/Haddock/Backends/LaTeX.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-api/src/Haddock/Backends/LaTeX.hs b/haddock-api/src/Haddock/Backends/LaTeX.hs
index 8e781d1..b717fc0 100644
--- a/haddock-api/src/Haddock/Backends/LaTeX.hs
+++ b/haddock-api/src/Haddock/Backends/LaTeX.hs
@@ -32,7 +32,7 @@ import qualified Data.Map as Map
 import System.Directory
 import System.FilePath
 import Data.Char
-import Control.Monad hiding (empty)
+import Control.Monad
 import Data.Maybe
 import Data.List
 



More information about the ghc-commits mailing list