Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 535016 - dev-haskell/stringsearch-0.3.6.5: stabilization request
Summary: dev-haskell/stringsearch-0.3.6.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-01-26 09:55 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:56 UTC
Is it OK to stabilize =dev-haskell/stringsearch-0.3.6.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-09 16:19:46 UTC
Arches, please go ahead. This will get you something to play with in ghci:

  $ ghci -XOverloadedStrings
  ghci> import Data.ByteString
  ghci> import Data.ByteString.Search
  ghci> let s = "Larry the Cow" :: ByteString

This module actually has some documentation:

http://hackage.haskell.org/package/stringsearch-0.3.6.5/docs/Data-ByteString-Search.html

You should be able to try any of the functions on that page; for example,

  ghci> indices " " s
  [5,9]
  ghci> breakOn " " s
  ("Larry","the Cow")

(If you don't understand the type signatures, those two are fine.)

I've built and tested this on an empty amd64 system if that's sufficient to keyword that arch.
Comment 2 Agostino Sarubbo gentoo-dev 2015-01-22 08:54:51 UTC
amd64 stable
Comment 3 Agostino Sarubbo gentoo-dev 2015-01-26 09:55:16 UTC
x86 stable. Closing.