forked from pool/ghc-reflection
7b82d7d574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-reflection?expand=0&rev=42
92 lines
3.3 KiB
Plaintext
92 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat May 4 15:32:13 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update reflection to version 2.1.8.
|
|
# 2.1.8 [2024.05.04]
|
|
* Fix a memory leak in `reifyTypeable`.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 30 12:49:12 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update reflection to version 2.1.7 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
- Drop obsolete code to remove +x permission from data files.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:08:02 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 12:10:22 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update reflection to version 2.1.7.
|
|
# 2.1.7 [2023.02.28]
|
|
* When building with `base-4.18` (GHC 9.6) or later, implement `reifyNat` and
|
|
`reifySymbol` using the API provided by `GHC.TypeLits` instead of resorting
|
|
to `unsafeCoerce`.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 15 08:02:33 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update copyright header in the spec file.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 11 08:57:49 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Make sure installed text files have no +x flag.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 19:51:23 UTC 2021 - psimons@suse.com
|
|
|
|
- Update reflection to version 2.1.6 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 7 18:46:58 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- make rpmlint happy
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|