summaryrefslogtreecommitdiff
path: root/utils/check-exact/ghc.mk
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2021-02-21 21:23:40 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-20 07:48:38 -0400
commit95275a5f25a2e70b71240d4756109180486af1b1 (patch)
treeeb4801bb0e00098b8b9d513479de4fbbd779ddac /utils/check-exact/ghc.mk
parentf940fd466a86c2f8e93237b36835797be3f3c898 (diff)
downloadhaskell-95275a5f25a2e70b71240d4756109180486af1b1.tar.gz
GHC Exactprint main commit
Metric Increase: T10370 parsing001 Updates haddock submodule
Diffstat (limited to 'utils/check-exact/ghc.mk')
-rw-r--r--utils/check-exact/ghc.mk18
1 files changed, 18 insertions, 0 deletions
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))