[commit: haddock] wip/D548-master, wip/D548-master-2: Revert "Fix import of 'empty' due to AMP." (5c0d3d6)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:37:02 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branches: wip/D548-master,wip/D548-master-2
Link : http://git.haskell.org/haddock.git/commitdiff/5c0d3d6e1cb15261b617e3c05469cae9a65f0b03
>---------------------------------------------------------------
commit 5c0d3d6e1cb15261b617e3c05469cae9a65f0b03
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.
>---------------------------------------------------------------
5c0d3d6e1cb15261b617e3c05469cae9a65f0b03
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