From 95275a5f25a2e70b71240d4756109180486af1b1 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sun, 21 Feb 2021 21:23:40 +0000 Subject: GHC Exactprint main commit Metric Increase: T10370 parsing001 Updates haddock submodule --- utils/check-exact/ghc.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 utils/check-exact/ghc.mk (limited to 'utils/check-exact/ghc.mk') diff --git a/utils/check-exact/ghc.mk b/utils/check-exact/ghc.mk new file mode 100644 index 0000000000..f8ad02948b --- /dev/null +++ b/utils/check-exact/ghc.mk @@ -0,0 +1,18 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# To understand how the build system works and how to modify it, see +# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture +# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying +# +# ----------------------------------------------------------------------------- + +utils/check-exact_USES_CABAL = YES +utils/check-exact_PACKAGE = check-exact +utils/check-exact_dist-install_PROGNAME = check-exact +utils/check-exact_dist-install_INSTALL = NO +utils/check-exact_dist-install_INSTALL_INPLACE = YES +$(eval $(call build-prog,utils/check-exact,dist-install,2)) -- cgit v1.2.1