[commit: haddock] wip/D538-2: Update to match D538 (52af2fa)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:35:56 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/D538-2
Link : http://git.haskell.org/haddock.git/commitdiff/52af2fa2a73d139d56a30291eb2e43bec69f0a53
>---------------------------------------------------------------
commit 52af2fa2a73d139d56a30291eb2e43bec69f0a53
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>
>---------------------------------------------------------------
52af2fa2a73d139d56a30291eb2e43bec69f0a53
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