forked from pool/ghc-hslua-marshalling
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-hslua-marshalling revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-marshalling?expand=0&rev=11
This commit is contained in:
parent
a5b6b45df0
commit
1b55d97bb7
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 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>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.2.1
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Marshalling of values between Haskell and Lua
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:532b0ff9aaa38583356486e56c4f6c47ad27c0cb50db1cca25db33975de8b1f6
|
||||
size 16527
|
3
hslua-marshalling-2.3.0.tar.gz
Normal file
3
hslua-marshalling-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec01063ae07421325bc0c4427d58d4ffd272d1d38dbcfebae2c3005eaf176510
|
||||
size 17214
|
Loading…
x
Reference in New Issue
Block a user