summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-01-07 09:59:56 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-10 13:22:30 -0500
commitfe75d2d4db44cee72d505bba24bd44c1a2a75613 (patch)
tree096116b6d4348c6b98f8f086742731fd141d95d7 /utils
parent0a6c257de5c217436ec61fdf4b06bca059181f83 (diff)
downloadhaskell-fe75d2d4db44cee72d505bba24bd44c1a2a75613.tar.gz
Ensure mkUserGuidePart is compiled with current GHC version
Diffstat (limited to 'utils')
-rw-r--r--utils/mkUserGuidePart/mkUserGuidePart.cabal.in (renamed from utils/mkUserGuidePart/mkUserGuidePart.cabal)8
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/mkUserGuidePart/mkUserGuidePart.cabal b/utils/mkUserGuidePart/mkUserGuidePart.cabal.in
index 93dc1cfec0..e07033cd02 100644
--- a/utils/mkUserGuidePart/mkUserGuidePart.cabal
+++ b/utils/mkUserGuidePart/mkUserGuidePart.cabal.in
@@ -1,5 +1,5 @@
Name: mkUserGuidePart
-Version: 0.1
+Version: @ProjectVersionMunged@
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
@@ -47,5 +47,9 @@ Executable mkUserGuidePart
Options.Verbosity
Options.Warnings
Build-Depends: base >= 3 && < 5,
- ghc
+ -- mkUserGuidePart uses the compiler's DynFlags to determine
+ -- a few options-related properties of the compiler.
+ -- Consequently we should make sure we are building against
+ -- the right compiler.
+ ghc == @ProjectVersionMunged@