Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 535014 - dev-haskell/stringable-0.1.3: stabilization request
Summary: dev-haskell/stringable-0.1.3: 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:26 UTC by Pacho Ramos
Modified: 2015-01-26 09:54 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:26:53 UTC
Is it OK to stabilize =dev-haskell/stringable-0.1.3 ?
If so, please CC all arches which have stable keywords
for older versions of this package.
Comment 1 Michael Orlitzky gentoo-dev 2015-01-10 00:41:13 UTC
Arches, please go ahead. Here's a quick test of the package in ghci:

  $ ghci
  ghci> import Data.Stringable
  ghci> toByteString "Hello"
  "Hello"
  ghci> toFilePath "Hello"
  "Hello"
  ghci> toText "Hello"
  "Hello"

I've already built the package and run the test on an empty amd64 system if that's sufficient to keyword that arch.
Comment 2 Agostino Sarubbo gentoo-dev 2015-01-22 08:54:59 UTC
amd64 stable
Comment 3 Agostino Sarubbo gentoo-dev 2015-01-26 09:54:59 UTC
x86 stable. Closing.