forked from pool/ghc-reflection
Ondřej Súkup
51680be7ae
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-reflection?expand=0&rev=22
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- force i686 arch on i586
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:45:50 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 09:10:57 UTC 2020 - psimons@suse.com
|
|
|
|
- Update reflection to version 2.1.6.
|
|
# 2.1.6 [2020.05.16]
|
|
* Fix a bug in which `give` (and possibly `reify`, `reifyNat`, and
|
|
`reifySymbol`) could be unsoundly inlined by GHC 8.10 or older to produce
|
|
incorrect runtime results.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 16:14:31 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
|
|
- Drop obsolete group attributes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 28 02:02:20 UTC 2019 - psimons@suse.com
|
|
|
|
- Update reflection to version 2.1.5.
|
|
# 2.1.5 [2019.08.27]
|
|
* Fix a bug in which `reifyNat` would yield incorrect results for very large
|
|
`Integer`s on GHC 8.2 or later.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 11 14:29:16 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update Cabal file for more accurate build dependencies.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 2 16:29:55 UTC 2018 - psimons@suse.com
|
|
|
|
- Add reflection at version 2.1.4.
|