forked from pool/ghc-hslua-marshalling
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-marshalling?expand=0&rev=14
87 lines
3.0 KiB
Plaintext
87 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jan 18 16:39:05 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hslua-marshalling to version 2.3.1.
|
|
## hslua-marshalling-2.3.1
|
|
|
|
Released 2024-01-18.
|
|
|
|
- Relaxed upper bound for text, containers, and bytestring,
|
|
allowing text-2.1, containers-0.7, and bytestring-0.12.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 12:06:19 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hslua-marshalling to version 2.3.0.
|
|
## hslua-marshalling-2.3.0
|
|
|
|
Released 2023-03-13.
|
|
|
|
- `Result` is now an instance of `MonadFail`.
|
|
|
|
- New peeker and pusher functions for `NonEmpty`.
|
|
|
|
- Peeker combinators for optional values: The new combinators
|
|
`peekNilOr`, `peekNoneOr`, and `peekNoneOrNil` can be used to
|
|
retrieve optional values.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:07:02 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 19 11:46:05 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hslua-marshalling to version 2.2.1.
|
|
## hslua-marshalling-2.2.1
|
|
|
|
Released 2022-06-19.
|
|
|
|
- Require hslua-core-2.2.1.
|
|
|
|
- Relax upper bound for mtl, allow mtl-2.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 09:01:38 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hslua-marshalling to version 2.2.0 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 19 14:38:20 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hslua-marshalling to version 2.2.0.
|
|
## hslua-marshalling-2.2.0
|
|
|
|
Released 2022-02-19.
|
|
|
|
- `Result` is now an instance of Foldable and Traversable.
|
|
Both `Result` and `Peek` are made instances of `MonadPlus`.
|
|
|
|
- Require hslua-core-2.2.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 29 10:07:54 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hslua-marshalling to version 2.1.0.
|
|
Upstream has edited the change log file since the last release in
|
|
a non-trivial way, i.e. they did more than just add a new entry
|
|
at the top. You can review the file at:
|
|
http://hackage.haskell.org/package/hslua-marshalling-2.1.0/src/CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 4 12:12:09 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hslua-marshalling to version 2.0.1.
|
|
Upstream has edited the change log file since the last release in
|
|
a non-trivial way, i.e. they did more than just add a new entry
|
|
at the top. You can review the file at:
|
|
http://hackage.haskell.org/package/hslua-marshalling-2.0.1/src/CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 1 08:26:46 UTC 2021 - psimons@suse.com
|
|
|
|
- Add hslua-marshalling at version 2.0.0.
|
|
|