pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/defaults Note about HASKELL_COMPILER



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12aa8d3f43ec
branches:  trunk
changeset: 629878:12aa8d3f43ec
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jan 30 11:56:48 2014 +0000

description:
Note about HASKELL_COMPILER

diffstat:

 mk/defaults/mk.conf |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 8c9203faa63d -r 12aa8d3f43ec mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Jan 30 09:24:49 2014 +0000
+++ b/mk/defaults/mk.conf       Thu Jan 30 11:56:48 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.229 2013/12/31 17:22:58 wiz Exp $
+# $NetBSD: mk.conf,v 1.230 2014/01/30 11:56:48 obache Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -953,6 +953,12 @@
 # card at I/O offset 0x300.
 # Default: not defined
 
+HASKELL_COMPILER?=     ghc
+# Used by haskell.mk to determine which Haskell compiler should be
+# used for building Haskell packages.
+# Possible: ghc
+# Default: ghc
+
 HOWL_GROUP?= howl
 # System group to run howl's mDNS responder as.
 # Possible: any group name



Home | Main Index | Thread Index | Old Index