aboutsummaryrefslogtreecommitdiff
path: root/release-hints.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release-hints.txt')
-rw-r--r--release-hints.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release-hints.txt b/release-hints.txt
new file mode 100644
index 0000000..2623caa
--- /dev/null
+++ b/release-hints.txt
@@ -0,0 +1,5 @@
+- Temporarily enable -Wredundant-constraints
+ - Has too many false-positives to enable normally, but sometimes catches actual redundant constraints
+- Don't forget to rerun gentrace.sh
+- Test with GHC 9.6, it's rather picky around type-level nats
+ - Whenever we drop support for GHC 9.6, search for "9,8" and remove all the conditionals, as well as the GHC.TypeLits.Orphans module