Primitive package on hackage out of date?

Hi libraries list, It seems that the `primitive` package on Hackage is out of date. The version on github has more functions such as `sizeofArray`, as well as support for SmallArrays. Could the new version be uploaded to Hackage? Or is there a reason why it can't be? The version number is the same for both though (0.6.1.0), so the cabal file should probably be updated first. Twan

I think Dan and I will try to sync up at hacphi and evaluate what's needed
before a new primitive release.
Just because a feature is in master doesn't mean it's ready for a release :)
On Friday, October 14, 2016, Twan van Laarhoven
Hi libraries list,
It seems that the `primitive` package on Hackage is out of date. The version on github has more functions such as `sizeofArray`, as well as support for SmallArrays.
Could the new version be uploaded to Hackage? Or is there a reason why it can't be?
The version number is the same for both though (0.6.1.0), so the cabal file should probably be updated first.
Twan _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

I can make a release soon, I think. But I'd like to get the ArrayArray#
wrapper I've been working on in first. I had also been working on wrapping
MVars, but I guess that can wait.
-- Dan
On Fri, Oct 14, 2016 at 8:54 PM, Twan van Laarhoven
Hi libraries list,
It seems that the `primitive` package on Hackage is out of date. The version on github has more functions such as `sizeofArray`, as well as support for SmallArrays.
Could the new version be uploaded to Hackage? Or is there a reason why it can't be?
The version number is the same for both though (0.6.1.0), so the cabal file should probably be updated first.
Twan _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

I actually would really like the mvar stuff myself. Some library stuff I've
been writing would benefit from mvars in primitive
If you're at hacphi I'm happy to help with that
On Sunday, October 16, 2016, Dan Doel
I can make a release soon, I think. But I'd like to get the ArrayArray# wrapper I've been working on in first. I had also been working on wrapping MVars, but I guess that can wait.
-- Dan
On Fri, Oct 14, 2016 at 8:54 PM, Twan van Laarhoven
javascript:_e(%7B%7D,'cvml','twanvl@gmail.com');> wrote: Hi libraries list,
It seems that the `primitive` package on Hackage is out of date. The version on github has more functions such as `sizeofArray`, as well as support for SmallArrays.
Could the new version be uploaded to Hackage? Or is there a reason why it can't be?
The version number is the same for both though (0.6.1.0), so the cabal file should probably be updated first.
Twan _______________________________________________ Libraries mailing list Libraries@haskell.org javascript:_e(%7B%7D,'cvml','Libraries@haskell.org'); http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
participants (3)
-
Carter Schonwald
-
Dan Doel
-
Twan van Laarhoven