ghc-random/ghc-random.changes
Peter Trommler dc05b757ef Accepting request 304611 from devel:languages:haskell:lts
- update to 1.1
  * breaking change to `randomIValInteger` to improve RNG quality and performance
  * correct documentation about generated range of Int32 sized values of type Int
  * fix memory leaks by using strict fields and strict atomicModifyIORef'
  * support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
  * fix C type in test suite https://github.com/haskell/random/pull/9

OBS-URL: https://build.opensuse.org/request/show/304611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=11
2015-05-04 17:32:45 +00:00

59 lines
2.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Apr 9 17:25:19 UTC 2015 - mimi.vx@gmail.com
- update to 1.1
* breaking change to `randomIValInteger` to improve RNG quality and performance
* correct documentation about generated range of Int32 sized values of type Int
* fix memory leaks by using strict fields and strict atomicModifyIORef'
* support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
* fix C type in test suite https://github.com/haskell/random/pull/9
-------------------------------------------------------------------
Tue Sep 2 09:53:08 UTC 2014 - peter.trommler@ohm-hochschule.de
- regenerate spec file
-------------------------------------------------------------------
Sat Aug 23 00:18:32 UTC 2014 - peter.trommler@ohm-hochschule.de
- enable PowerPC builds
-------------------------------------------------------------------
Mon May 6 09:35:42 UTC 2013 - peter.trommler@ohm-hochschule.de
- more transparent packaging (fewer macros)
-------------------------------------------------------------------
Sun Dec 30 18:34:01 UTC 2012 - peter.trommler@ohm-hochschule.de
- expand macro in name tag to help source validator
-------------------------------------------------------------------
Sat Nov 17 14:38:03 UTC 2012 - peter.trommler@ohm-hochschule.de
- make service localonly for Factory submission
-------------------------------------------------------------------
Sun May 6 08:01:59 UTC 2012 - peter.trommler@ohm-hochschule.de
- spec file template generated by cabal2spec-0.25.5
- added copyright notice to spec file
- added summary and description to spec file
-------------------------------------------------------------------
Fri Jan 6 15:18:40 UTC 2012 - peter.trommler@ohm-hochschule.de
- Upgrade to 1.0.1.1 from upstream
- Enable hscolour
-------------------------------------------------------------------
Mon Dec 5 15:08:48 UTC 2011 - peter.trommler@ohm-hochschule.de
- Add exclusive archs.
-------------------------------------------------------------------
Mon Dec 5 15:06:42 UTC 2011 - peter.trommler@ohm-hochschule.de
- Initial packaging.