[commit: haddock] wip/D538: Fix import of 'empty' due to AMP. (8cd8010)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:35:12 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/D538
Link : http://git.haskell.org/haddock.git/commitdiff/8cd801073d9331779a92ada7b97346c10764ce0a
>---------------------------------------------------------------
commit 8cd801073d9331779a92ada7b97346c10764ce0a
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Sep 9 01:03:27 2014 -0500
Fix import of 'empty' due to AMP.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
8cd801073d9331779a92ada7b97346c10764ce0a
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 b717fc0..8e781d1 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
+import Control.Monad hiding (empty)
import Data.Maybe
import Data.List
More information about the ghc-commits
mailing list