[commit: haddock] wip/D548-master, wip/D548-master-2: Update to match D538 (091b9e6)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:37:04 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/091b9e6687e853598db8f9f1efe7078011ea110b
>---------------------------------------------------------------
commit 091b9e6687e853598db8f9f1efe7078011ea110b
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Sep 9 01:03:27 2014 -0500
Update to match D538
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
091b9e6687e853598db8f9f1efe7078011ea110b
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