Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100230 - hugs98 version 2005.3 has patches available upstream
Summary: hugs98 version 2005.3 has patches available upstream
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 07:44 UTC by Hans Lub
Modified: 2005-07-25 09:21 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 Hans Lub 2005-07-25 07:44:03 UTC
The latest hugs release (March 2005) had a few issues, most notably with binary
file I/O. A patched version is available at
http://cvs.haskell.org/Hugs/downloads/Mar2005/. Please update the ebuild.

Reproducible: Always
Steps to Reproduce:
1. The following Haskell program will make hugs write '?' characters instead of
the upper half of the ASCII table. 

test = do
   let myAsciiTable =  ['\x0'..'\xff']
   handle <- openBinaryFile "test" WriteMode
   hPutStr handle myAsciiTable
   hClose handle
Comment 1 Duncan Coutts (RETIRED) gentoo-dev 2005-07-25 09:21:57 UTC
Thanks for pointing this out Hans. I've added hugs98-2005.3-r1 with this patch.
Please re-open this bug if anything doesn't work.

Hmm, we should really try to get this marked stable soon.