osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hslua revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=41
This commit is contained in:
parent
f0f4727a0a
commit
988b115cc6
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 03:01:19 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update hslua to version 1.0.2.
|
||||
### 1.0.2
|
||||
|
||||
Released 2019-01-05.
|
||||
|
||||
- Fixed cross-compilation: placement of C import declarations
|
||||
were fixed, thereby resolving issues with cross-compilation.
|
||||
(Vanessa McHale and Faraz Maleknia)
|
||||
|
||||
- Added .gitattributes file, fixing the wrong language
|
||||
classification of the GitHub repository. (Vanessa McHale)
|
||||
|
||||
- Improved `toHaskellFunction` documentation. The documentation
|
||||
is now more specific on which Haskell exceptions are caught and
|
||||
which will lead to crashes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:40:07 UTC 2018 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-hslua
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 hslua
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Bindings to Lua, an embeddable scripting language
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca4e74bbbd6917877bf61e86505d6550603aa62659c2ec8c3780d8be29feb1a0
|
||||
size 235701
|
3
hslua-1.0.2.tar.gz
Normal file
3
hslua-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fda9b291051769a02c175f744bc2175f5ff49732c83e7063cf6c786bcc654f70
|
||||
size 235226
|
Loading…
Reference in New Issue
Block a user