Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92138 - Ebuild for HaXml 1.12 installs incorrectly for GHC 6.4
Summary: Ebuild for HaXml 1.12 installs incorrectly for GHC 6.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 09:35 UTC by Lennart Kolmodin (RETIRED)
Modified: 2005-05-10 13:40 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 Lennart Kolmodin (RETIRED) gentoo-dev 2005-05-10 09:35:12 UTC
HaXml isn't correctly installed when using GHC 6.4.
GHC can't find HaXml's modules.

Reproducible: Always
Steps to Reproduce:
$ emerge haxml
$ ghci -package HaXml
Prelude> :m Text.XML.HaXml
Could not find module `Text.XML.HaXml':
  it is not a module in the current program, or in any known package.

Actual Results:  
It didn't load the Text.XML.HaXml module.

Expected Results:  
To load the Text.XML.HaXml module.

Works for GHC 6.2.2.
Comment 1 Lennart Kolmodin (RETIRED) gentoo-dev 2005-05-10 13:40:21 UTC
Fixed by kosmikus.