Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 535022 - dev-haskell/utf8-string-0.3.8: stabilization request
Summary: dev-haskell/utf8-string-0.3.8: stabilization request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2015-01-05 18:27 UTC by Pacho Ramos
Modified: 2015-02-28 13:27 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 Pacho Ramos gentoo-dev 2015-01-05 18:27:06 UTC
Is it OK to stabilize =dev-haskell/utf8-string-0.3.8 ?
If so, please CC all arches which have stable keywords
for older versions of this package.
Comment 1 Michael Orlitzky gentoo-dev 2015-01-09 05:27:32 UTC
Arches, please go ahead. Here is a very simple test to read a file, convert it to a string using utf8-string, and then output it.

  $ ghci
  Prelude> import qualified Data.ByteString as BS
  Prelude BS> import qualified Data.ByteString.UTF8 as U
  Prelude BS U> p <- BS.readFile "/etc/profile"
  Prelude BS U> U.toString p
  <lots of junk>

I've already built the package and run the test on a clean amd64 system if that's sufficient to keyword on that arch.
Comment 2 Agostino Sarubbo gentoo-dev 2015-01-09 13:56:25 UTC
amd64 stable
Comment 3 Agostino Sarubbo gentoo-dev 2015-01-17 13:40:52 UTC
ppc stable
Comment 4 Agostino Sarubbo gentoo-dev 2015-01-18 08:37:27 UTC
ppc64 stable
Comment 5 Agostino Sarubbo gentoo-dev 2015-01-26 09:55:51 UTC
x86 stable
Comment 6 Agostino Sarubbo gentoo-dev 2015-02-24 09:06:48 UTC
alpha stable
Comment 7 Agostino Sarubbo gentoo-dev 2015-02-27 11:19:35 UTC
sparc stable
Comment 8 Agostino Sarubbo gentoo-dev 2015-02-28 13:27:44 UTC
ia64 stable. Closing.