Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534994 - dev-haskell/nats-0.2: stabilization request
Summary: dev-haskell/nats-0.2: 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:17 UTC
Is it OK to stabilize =dev-haskell/nats-0.2 ?
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 06:06:09 UTC
Arches please go ahead. Here's a simple test:

  $ ghci
  ghci> import Numeric.Natural
  ghci> let n = fromIntegral 0 :: Natural
  ghci> succ n
  1
  ghci> succ n >= n
  True
  ghci> fromIntegral (-1) :: Natural
  *boom*
  ghci> import Data.Hashable
  ghci> hash n
  <some integer>

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