[commit: haddock] wip/D538-1: Revert "Fix import of 'empty' due to AMP." (18ff229)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:35:45 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/D538-1
Link : http://git.haskell.org/haddock.git/commitdiff/18ff2291f4d337338d6ca9d0dbdeace392c740b8
>---------------------------------------------------------------
commit 18ff2291f4d337338d6ca9d0dbdeace392c740b8
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.
>---------------------------------------------------------------
18ff2291f4d337338d6ca9d0dbdeace392c740b8
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