diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-30 03:12:32 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-30 12:10:46 +0200 |
commit | c495c670cc726ad345072e94e4541a9c5d8fb98a (patch) | |
tree | 0f5fd8ed6f4e95a416dc762ec5c389d2dcad3ff0 /mk/config.mk.in | |
parent | c6bb2fc50716a2fc540d55ecddbc5c14e94979f7 (diff) | |
download | haskell-c495c670cc726ad345072e94e4541a9c5d8fb98a.tar.gz |
Build system: remove unused variable CHECK_PACKAGES
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index ab177af67e..00c66ca889 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -302,9 +302,6 @@ SplitObjs=$(SupportsSplitObjs) # Whether to install the extra packages InstallExtraPackages = NO -# Run "ghc-pkg check" on each package -CHECK_PACKAGES = NO - # ---------------------------------------------------------------------------- # There are a number of things which technically depend on GHC (e.g. if |