forked from pool/ghc-pandoc-lua-marshal
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-pandoc-lua-marshal revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-marshal?expand=0&rev=8
This commit is contained in:
parent
c2b61201f6
commit
8f84363213
@ -1,20 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 17:01:10 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-marshal to version 0.2.0.
|
||||
## 0.2.0
|
||||
|
||||
Release pending.
|
||||
|
||||
- Depend on pandoc-types 1.23: the `Null` Block constructor has
|
||||
been removed, and a `Figure` constructor has been added.
|
||||
|
||||
- Support for Lua 5.3 has been dropped; the package now requires
|
||||
hslua 2.2 or later.
|
||||
|
||||
- The implementation for `List` has been moved to the separate
|
||||
`hslua-list` module. This module no longer contains C code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 13:29:37 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pandoc-lua-marshal
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name pandoc-lua-marshal
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0
|
||||
Version: 0.1.7
|
||||
Release: 0
|
||||
Summary: Use pandoc types in Lua
|
||||
License: MIT
|
||||
@ -30,7 +30,6 @@ BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-hslua-devel
|
||||
BuildRequires: ghc-hslua-list-devel
|
||||
BuildRequires: ghc-hslua-marshalling-devel
|
||||
BuildRequires: ghc-lua-devel
|
||||
BuildRequires: ghc-pandoc-types-devel
|
||||
|
3
pandoc-lua-marshal-0.1.7.tar.gz
Normal file
3
pandoc-lua-marshal-0.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b29415580645e78824b134f8508eae3800cab4fd647d736622c0d286dc59c95e
|
||||
size 42225
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f4812e815c503bc379f6ef65564e1eb9ef1a20c73421c22d16178bebb170aea
|
||||
size 37736
|
Loading…
x
Reference in New Issue
Block a user