[commit: haddock] wip/D548-master, wip/D548-master-2: Fix import of 'empty' due to AMP. (bef589a)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:37:00 UTC 2015
- Previous message: [commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, wip/10268, wip/10313, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/orf-reboot: Track naming change in DataCon (04cf63d)
- Next message: [commit: haddock] wip/D548-master, wip/D548-master-2: Revert "Fix import of 'empty' due to AMP." (5c0d3d6)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: wip/D548-master,wip/D548-master-2
Link : http://git.haskell.org/haddock.git/commitdiff/bef589a72b6029b310c04ede73ae2e5d9b3e3264
>---------------------------------------------------------------
commit bef589a72b6029b310c04ede73ae2e5d9b3e3264
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>
>---------------------------------------------------------------
bef589a72b6029b310c04ede73ae2e5d9b3e3264
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
- Previous message: [commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, wip/10268, wip/10313, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/orf-reboot: Track naming change in DataCon (04cf63d)
- Next message: [commit: haddock] wip/D548-master, wip/D548-master-2: Revert "Fix import of 'empty' due to AMP." (5c0d3d6)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list