Ondřej Súkup
8d94895b3b
- update to 0.3.4.7 * Unconditionally export Data.ByteString.Builder.Scientific. * The bytestring-builder cabal flag has been removed. * Depend on bytestring-builder for backwards compatibility for GHC < 7.8. OBS-URL: https://build.opensuse.org/request/show/401659 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-scientific?expand=0&rev=17
65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 12 12:00:17 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.4.7
|
|
* Unconditionally export Data.ByteString.Builder.Scientific.
|
|
* The bytestring-builder cabal flag has been removed.
|
|
* Depend on bytestring-builder for backwards compatibility for GHC < 7.8.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 12 09:29:12 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.4.6
|
|
* Made toDecimalDigits more similar to floatToDigits
|
|
* Introduce a special case for 0 in fromFloatDigits
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 10 09:00:33 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.4.5
|
|
* Support GHC-8.0.1
|
|
* Support binary-0.8
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 29 17:39:11 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.4.4
|
|
* Fix build with integer-simple.
|
|
* Improved performance of toDecimalDigits by 13%.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 12 18:53:43 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.4.2
|
|
* build fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 4 16:52:33 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.4.0
|
|
* Added fromRationalRepetend & toRationalRepetend
|
|
for safely converting from and to rationals
|
|
which have a repeating decimal representation like:
|
|
1 % 28 = 0.03(571428).
|
|
* Added a Binary instance.
|
|
* Various performance improvements.
|
|
* Support vector-0.11
|
|
* Support tasty-0.11
|
|
* Support criterion-1.1.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 12 18:49:55 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.3.3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 29 09:47:51 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Remove ExclusiveArch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 2 18:00:30 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Initial package
|
|
|