Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115034 - haskell-src-exts needs ghc >= 6.4
Summary: haskell-src-exts needs ghc >= 6.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 15:34 UTC by Lars Gregori
Modified: 2005-12-10 06:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Gregori 2005-12-09 15:34:47 UTC
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, 
Comment 1 Lars Gregori 2005-12-09 15:34:47 UTC
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.
Comment 2 Duncan Coutts (RETIRED) gentoo-dev 2005-12-10 06:57:04 UTC
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.