summaryrefslogtreecommitdiff
path: root/utils/check-exact/check-exact.cabal
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2022-04-10 18:35:43 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-10-17 19:20:40 -0400
commitd80ad2f40f2092f14402351a6a3cb944039a57df (patch)
treef551d41cfea2c1b8c2b4b34d78b2e3c66c528c54 /utils/check-exact/check-exact.cabal
parent8c72411d9504963069fb1ae736a2470cb9ae1250 (diff)
downloadhaskell-d80ad2f40f2092f14402351a6a3cb944039a57df.tar.gz
Update the check-exact infrastructure to match ghc-exactprint
GHC tests the exact print annotations using the contents of utils/check-exact. The same functionality is provided via https://github.com/alanz/ghc-exactprint The latter was updated to ensure it works with all of the files on hackage when 9.2 was released, as well as updated to ensure users of the library could work properly (apply-refact, retrie, etc). This commit brings the changes from ghc-exactprint into GHC/utils/check-exact, adapting for the changes to master. Once it lands, it will form the basis for the 9.4 version of ghc-exactprint. See also discussion around this process at #21355
Diffstat (limited to 'utils/check-exact/check-exact.cabal')
-rw-r--r--utils/check-exact/check-exact.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/check-exact/check-exact.cabal b/utils/check-exact/check-exact.cabal
index 834a2bc35e..5d7e6c37fc 100644
--- a/utils/check-exact/check-exact.cabal
+++ b/utils/check-exact/check-exact.cabal
@@ -22,6 +22,7 @@ Executable check-exact
Ghc-Options: -Wall
other-modules: ExactPrint
Lookup
+ Orphans
Parsers
Preprocess
Transform