]> git.pld-linux.org Git - packages/pandoc.git/commitdiff
- move ix86 comment to TODO
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 15:04:53 +0000 (17:04 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 15:04:53 +0000 (17:04 +0200)
pandoc.spec

index 4e910d4c6394b3db5445602a55b5600b6a461b77..2f47fbf8473199028c0b1a446f1a88717964d186 100644 (file)
@@ -1,3 +1,14 @@
+# TODO:
+# - ghc panics on ix86 when building with optimizations:
+# ghc: panic! (the 'impossible' happened)
+#   (GHC version 8.10.1:
+#        piResultTy
+#   [(Text, ParsecT [Tok] LaTeXState PandocPure Inlines)]
+#   Int
+#   Call stack:
+#       CallStack (from HasCallStack):
+#         callStackDoc, called at compiler/utils/Outputable.hs:1179:37 in ghc:Outputable
+#         pprPanic, called at compiler/types/Type.hs:1051:35 in ghc:Type
 #
 # Conditional build:
 %bcond_without prof    # profiling library
@@ -355,11 +366,6 @@ Dokumentacja w formacie HTML dla pakietu ghc %{name}.
 %patch1 -p1
 
 %build
-# on ix86:
-# ghc: panic! (the 'impossible' happened)
-# (GHC version 8.10.1:
-#      piResultTy
-#  [(Text, ParsecT [Tok] LaTeXState PandocPure Inlines)]
 runhaskell Setup.hs configure -v2 \
 %ifarch %{ix86}
        -O0 \
This page took 0.108665 seconds and 4 git commands to generate.