using ghc-bin-6.2.2-r1 I get this error: ./Language/Haskell/Hsx/Pretty.hs unknown flags in {-# OPTIONS #-} pragma: _GHC @ http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html I found this: The OPTIONS pragma has been renamed to OPTIONS_GHC (OPTIONS is still accepted, but deprecated). See Section 7.9.5,
using ghc-bin-6.2.2-r1 I get this error: ./Language/Haskell/Hsx/Pretty.hs unknown flags in {-# OPTIONS #-} pragma: _GHC @ http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html I found this: The OPTIONS pragma has been renamed to OPTIONS_GHC (OPTIONS is still accepted, but deprecated). See Section 7.9.5, OPTIONS_GHC pragma. I've changed haskell-src-exts-0.2.ebuild file: DEPEND=">=virtual/ghc-6.4 ... and haskell-src-exts compiled Reproducible: Always Steps to Reproduce: 1. 2. 3.
I've added a patch which should make it build ok with ghc-6.2.2. Please re-open this bug if this does not fix it for you.