Accepting request 1135400 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1135400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tar?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2023-12-28 22:03:05 +00:00 committed by Git OBS Bridge
commit a79d5c9bc6
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 20 20:30:38 UTC 2023 - Peter Simons <psimons@suse.com>
- Update tar to version 0.5.1.1 revision 10.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 27 20:48:39 UTC 2023 - Peter Simons <psimons@suse.com> Wed Sep 27 20:48:39 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -26,7 +26,7 @@ Summary: Reading, writing and manipulating ".tar" archive files
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/9.cabal#/%{pkg_name}.cabal Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/10.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel BuildRequires: ghc-array-devel
BuildRequires: ghc-array-prof BuildRequires: ghc-array-prof

View File

@ -1,7 +1,7 @@
cabal-version: 1.12 cabal-version: 1.12
name: tar name: tar
version: 0.5.1.1 version: 0.5.1.1
x-revision: 9 x-revision: 10
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
@ -43,7 +43,7 @@ flag old-bytestring
library library
build-depends: base >= 4 && < 4.20, build-depends: base >= 4 && < 4.20,
filepath < 1.5, filepath < 1.6,
array < 0.6, array < 0.6,
containers >= 0.2 && < 0.8, containers >= 0.2 && < 0.8,
deepseq >= 1.1 && < 1.6 deepseq >= 1.1 && < 1.6