summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-02-18 09:46:40 -0600
committerAustin Seipp <austin@well-typed.com>2015-02-18 09:46:41 -0600
commit6d17125dccda76b7aafe33181df822045ff5b9bf (patch)
tree059635082b320b889d06505382f83ebd8dc8afd0 /rules/build-prog.mk
parent9caf71a8d9293cfebdbb5b28e2d6a455ad126882 (diff)
downloadhaskell-6d17125dccda76b7aafe33181df822045ff5b9bf.tar.gz
runghc: be explicit about ghc version (#9054)
Summary: runghc-7.x should always call ghc-7.x Reviewers: austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D664 GHC Trac Issues: #9054
Diffstat (limited to 'rules/build-prog.mk')
-rw-r--r--rules/build-prog.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/rules/build-prog.mk b/rules/build-prog.mk
index f93b99d5f8..88f1b53960 100644
--- a/rules/build-prog.mk
+++ b/rules/build-prog.mk
@@ -11,11 +11,7 @@
# -----------------------------------------------------------------------------
-# Build a program. Invoke like this:
-#
-# utils/genapply_MODULES = Main
-# utils/genapply_HC_OPTS = -package Cabal
-# utils/genapply_dist_PROGNAME = genapply
+# Build a program.
#
# $(eval $(call build-prog,utils/genapply,dist-install,1))