Hello,

while building June's 1st GHC HEAD sources on arm-linux platform I'm hit by this issue:

"inplace/bin/ghc-stage2" -O0 -H32m -optc-O0 -package-name vector-0.7.0.1 -hide-all-packages -i -ilibraries/vector/. -ilibraries/vector/dist-install/build -ilibraries/vector/dist-install/build/autogen -Ilibraries/vector/dist-install/build -Ilibraries/vector/dist-install/build/autogen -Ilibraries/vector/include -Ilibraries/vector/internal -optP-DVECTOR_BOUNDS_CHECKS -optP-include -optPlibraries/vector/dist-install/build/autogen/cabal_macros.h -package base-4.3.1.0 -package primitive-0.3.1 -O2 -XHaskell98 -XCPP -XDeriveDataTypeable -O2 -no-user-package-conf -rtsopts -odir libraries/vector/dist-install/build -hidir libraries/vector/dist-install/build -stubdir libraries/vector/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/vector/./Data/Vector/Fusion/Stream/Monadic.hs -o libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.o
ghc-stage2: panic! (the 'impossible' happened)
  (GHC version 7.1.20110607 for arm-unknown-linux):
        Cant do annotations without GHCi
    {103:19-33}
    base:GHC.Exts.ForceSpecConstr{d rbf}

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug


Am I right assuming that for the support of:

{-# ANN type SPEC ForceSpecConstr #-}

annotation which is in "problematic" Monadic.hs file on line 103 I really need GHCi support and so, this library tends to fail with any unregisterised build not just the ARM?

Thanks!
Karel


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to