4
0

12 Commits

Author SHA256 Message Date
a013b095fa Accepting request 1179751 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1179751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=13
2024-06-11 16:28:04 +00:00
998ccacd95 Accepting request 1141621 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1141621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=12
2024-01-26 21:47:13 +00:00
f6e2447ca3 Accepting request 1079188 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1079188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=11
2023-04-14 11:13:03 +00:00
8bb49f6845 Accepting request 1075906 from devel:languages:haskell
update for ghc-9.4.4

OBS-URL: https://build.opensuse.org/request/show/1075906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=10
2023-04-04 19:20:33 +00:00
77c73e4284 Accepting request 985817 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/985817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=9
2022-08-01 19:28:47 +00:00
a99eb26540 Accepting request 953477 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/953477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=8
2022-02-11 22:09:06 +00:00
dbda9dccea Accepting request 930333 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=7
2021-11-11 20:36:33 +00:00
4e03a314a0 Accepting request 857396 from devel:languages:haskell
update haskell stack in openSUS

OBS-URL: https://build.opensuse.org/request/show/857396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=6
2020-12-22 10:40:39 +00:00
cd2b79f31a Accepting request 842747 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/842747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=5
2020-10-23 13:14:00 +00:00
9a9df2e840 Accepting request 829304 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/829304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=4
2020-08-28 19:33:28 +00:00
76ca968370 Accepting request 815105 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/815105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=3
2020-06-19 15:13:20 +00:00
0d091c3f04 Accepting request 759414 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/759414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=2
2019-12-27 12:54:02 +00:00
4 changed files with 6 additions and 93 deletions

View File

@@ -1,82 +1,3 @@
-------------------------------------------------------------------
Sat Aug 9 18:32:48 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hslua-module-system to version 1.2.3.
## hslua-module-system-1.2.2
Released 2025-08-09.
- Fix compilation error.
## hslua-module-system-1.2.2
Released 2025-08-09.
- Lists of file paths now have a "FilePath list" metatable that
add list methods.
-------------------------------------------------------------------
Wed Jul 23 17:22:10 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hslua-module-system to version 1.2.1.1.
## hslua-module-system-1.2.1.1
Released 2025-07-23.
- Fixed the docstring of `exists`.
## hslua-module-system-1.2.1
Released 2025-07-23.
- Add new function `exists`, which allows to check the existance
and, optionally, type of a filesystem object at the given
path.
-------------------------------------------------------------------
Mon Jun 23 10:16:38 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hslua-module-system to version 1.2.0.
## hslua-module-system-1.2.0
Released 2025-06-23.
- Added new functions `read_file` and `write_file`: These are
convenience functions that makes it easier to work with UTF-8
encoded filenames. The functions in the Lua standard library
expect filenames encoded in the system's codepage, often
leading to subtle bugs.
- Added new functions `cp`, `rename`, and `rm`, which can be
used similar to the functions in the `os` standard library,
but expect paths to be given as UTF-8 instead of a file system
specific encoding.
- Added new function `times`: the function allows to obtain the
modification time and access time of a file or directory.
- Added new function `xdg`: this function gives easy access to
XDG directories and search paths.
- Fixed module export list: the function `cmd` was only added to
the Lua module, but not exported from the Haskell module.
Instead, `HsLua.Core.run` was erroneously reexported.
-------------------------------------------------------------------
Wed May 21 13:59:57 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hslua-module-system to version 1.1.3.
## hslua-module-system-1.1.3
Released 2025-05-21.
- Improved docs for the `os` field.
- Added new function `cmd` that runs system commands.
- Moved `CHANGELOG.md` to the `extra-doc-files` field in the
cabal file and also added `README.md` to that field.
-------------------------------------------------------------------
Tue May 28 08:38:56 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-hslua-module-system
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.2.3
Version: 1.1.2
Release: 0
Summary: Lua module wrapper around Haskell's System module
License: MIT
@@ -29,29 +29,21 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-directory-devel
BuildRequires: ghc-directory-prof
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-exceptions-prof
BuildRequires: ghc-hslua-core-devel
BuildRequires: ghc-hslua-core-prof
BuildRequires: ghc-hslua-list-devel
BuildRequires: ghc-hslua-list-prof
BuildRequires: ghc-hslua-marshalling-devel
BuildRequires: ghc-hslua-marshalling-prof
BuildRequires: ghc-hslua-packaging-devel
BuildRequires: ghc-hslua-packaging-prof
BuildRequires: ghc-process-devel
BuildRequires: ghc-process-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-temporary-devel
BuildRequires: ghc-temporary-prof
BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof
BuildRequires: ghc-time-devel
BuildRequires: ghc-time-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-tasty-devel
@@ -118,7 +110,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%license LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG.md README.md
%doc CHANGELOG.md
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
%license LICENSE

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4468e7eeec241b665da5ff27e254398a7f612c079d5181b396b20c8caf521de
size 9057

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53faeaec2252641b5ee6b4df6337fdc5c8da96d8ebf18755193c51903028ad88
size 15612