aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-10-10 21:40:59 +0200
committerTom Smeding <tom@tomsmeding.com>2024-10-10 21:40:59 +0200
commit7ea4ab011d0c63b0f284ae20f780fe8675a2d90c (patch)
tree9fefa5c81b8985fb16494d30bcc980ceab8cebac
parent14e902c4a8f5fb35e8188ef763508da26ab5b83f (diff)
Add pointer to haddock issue in trace-wrappers flag descr
-rw-r--r--ox-arrays.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 176d4f2..50da24e 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -12,6 +12,8 @@ flag trace-wrappers
Compile modules that define wrappers around the array methods that trace
their arguments and results. This is conditional on a flag because these
modules make documentation generation fail.
+ (https://gitlab.haskell.org/ghc/ghc/-/issues/24964 , should be fixed in
+ GHC 9.12)
default: False
manual: True