[commit: haddock] wip/trac-9744: hide projectVersion from DynFlags since it clashes with Haddock.Version.projectVersion (f510419)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:34:00 UTC 2015
- Previous message: [commit: haddock] wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5: Adding SourceText to pragma declarations (23a6b47)
- Next message: [commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, metainfo, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: List new module in cabal file (c67e63a)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/trac-9744
Link : http://git.haskell.org/haddock.git/commitdiff/f510419b1e918ec76d98190b966003cdbec107bb
>---------------------------------------------------------------
commit f510419b1e918ec76d98190b966003cdbec107bb
Author: Luite Stegeman <stegeman at gmail.com>
Date: Wed Nov 19 01:59:50 2014 +0100
hide projectVersion from DynFlags since it clashes with Haddock.Version.projectVersion
>---------------------------------------------------------------
f510419b1e918ec76d98190b966003cdbec107bb
src/Haddock.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Haddock.hs b/src/Haddock.hs
index c0a6714..02cad11 100644
--- a/src/Haddock.hs
+++ b/src/Haddock.hs
@@ -58,7 +58,7 @@ import Paths_haddock
import GHC hiding (verbosity)
import Config
-import DynFlags hiding (verbosity)
+import DynFlags hiding (projectVersion, verbosity)
import StaticFlags (discardStaticFlags)
import Panic (handleGhcException)
import Module
- Previous message: [commit: haddock] wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5: Adding SourceText to pragma declarations (23a6b47)
- Next message: [commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, metainfo, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: List new module in cabal file (c67e63a)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list