Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534988 - dev-haskell/libxml-sax-0.7.5: stabilization request
Summary: dev-haskell/libxml-sax-0.7.5: 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-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:26:07 UTC
Is it OK to stabilize =dev-haskell/libxml-sax-0.7.5 ?
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 15:12:20 UTC
Arches, please go ahead. This short test will parse a metadata.xml in the current directory, so you can run it in any package directory:

  $ ghci -XOverloadedStrings
  ghci> import Text.XML.LibXML.SAX
  ghci> p <- newParserIO (Just "metadata.xml")
  ghci> setCallback p parsedEndDocument (print "foo" >> return True)
  ghci> parseComplete p
  "foo"

I've already built and tested this on an empty amd64 system if that's good enough to keyword that arch.
Comment 2 Agostino Sarubbo gentoo-dev 2015-01-22 08:55:28 UTC
amd64 stable
Comment 3 Agostino Sarubbo gentoo-dev 2015-01-26 09:53:50 UTC
x86 stable
Comment 4 Agostino Sarubbo gentoo-dev 2015-01-28 10:25:26 UTC
ppc stable
Comment 5 Agostino Sarubbo gentoo-dev 2015-02-23 11:02:02 UTC
ppc64 stable
Comment 6 Agostino Sarubbo gentoo-dev 2015-02-27 11:08:20 UTC
sparc stable
Comment 7 Agostino Sarubbo gentoo-dev 2015-02-28 13:27:10 UTC
ia64 stable. Closing.