Re: [Haskell-cafe] [ANN] lvish 1.0 -- successor to monad-par

2013-10-03 Thread Roman Cheplyaka
Ryan, You can use standalone-haddock[1] so that the links to other packages are not broken. [1]: http://documentup.com/feuerbach/standalone-haddock Roman * Ryan Newton [2013-10-03 10:50:47-0400] > Hi Ben, > > We made a small update > releaseth

Re: [Haskell-cafe] [ANN] lvish 1.0 -- successor to monad-par

2013-10-03 Thread Ryan Newton
Hi Ben, We made a small update releasethat links the github, and also links a mirror for the haddocks, since something weird seems to be going on with Hackage 2: http://www.cs.indiana.edu/~rrnewton/haddock/lvish/ https://github.com/iu-parfun

Re: [Haskell-cafe] [ANN] lvish 1.0 -- successor to monad-par

2013-10-02 Thread Carter Schonwald
i mean github On Wed, Oct 2, 2013 at 3:53 PM, Carter Schonwald wrote: > that may or may not be a bug on the hackage server side, > > just brought it to duncan's attention and put a ticket for it on trac > > https://github.com/haskell/hackage-server/issues/119 > > > On Wed, Oct 2, 2013 at 1:05

Re: [Haskell-cafe] [ANN] lvish 1.0 -- successor to monad-par

2013-10-02 Thread Carter Schonwald
that may or may not be a bug on the hackage server side, just brought it to duncan's attention and put a ticket for it on trac https://github.com/haskell/hackage-server/issues/119 On Wed, Oct 2, 2013 at 1:05 PM, Ben Gamari wrote: > Ryan Newton writes: > > > Hi all, > > > > I'm pleased to ann

Re: [Haskell-cafe] [ANN] lvish 1.0 -- successor to monad-par

2013-10-02 Thread Ben Gamari
Ryan Newton writes: > Hi all, > > I'm pleased to announce the release of our new parallel-programming > library, LVish: > > hackage.haskell.org/package/lvish > > It provides a "Par" monad similar to the monad-par package, but generalizes > the model to include data-structures other than singl

[Haskell-cafe] [ANN] lvish 1.0 -- successor to monad-par

2013-10-01 Thread Ryan Newton
Hi all, I'm pleased to announce the release of our new parallel-programming library, LVish: hackage.haskell.org/package/lvish It provides a "Par" monad similar to the monad-par package, but generalizes the model to include data-structures other than single-assignment variables (IVars). For