sjakobi / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
Other
0 stars 0 forks source link

Ppr036 fails #20

Closed sjakobi closed 6 years ago

sjakobi commented 6 years ago
=====> Ppr036(normal) 1 of 1 [0, 0, 0]
cd "./printer/Ppr036.run" && $MAKE -s --no-print-directory ppr036  
Wrong exit code for Ppr036()(expected 0 , actual 2 )
Stdout ( Ppr036 ):
Makefile:151: recipe for target 'ppr036' failed
Stderr ( Ppr036 ):
Ppr036.hs:15:16: error:
    The deprecation for ‘withBool’ lacks an accompanying binding
   |
15 | {-# DEPRECATED withBool        "The C2HS module will soon stop providing unnecessary\nutility functions. Please use standard FFI library functions instead." #-}
   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
check-ppr: parse error on input ‘deprecation’

make[2]: *** [ppr036] Error 1
*** unexpected failure for Ppr036(normal)

Unexpected results from:
TEST="Ppr036"
sjakobi commented 6 years ago

Fixed in https://github.com/sjakobi/ghc/commit/8835bff0bd.