Accepting request 1112766 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1112766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tar?expand=0&rev=21
This commit is contained in:
Ana Guerrero 2023-09-21 20:23:17 +00:00 committed by Git OBS Bridge
commit d9e7d4deac
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 16 08:52:48 UTC 2023 - Peter Simons <psimons@suse.com>
- Update tar to version 0.5.1.1 revision 8.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:08:30 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
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-array-prof

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: tar
version: 0.5.1.1
x-revision: 6
x-revision: 8
license: BSD3
license-file: LICENSE
@ -42,11 +42,11 @@ flag old-bytestring
library
build-depends: base >= 4 && < 4.19,
build-depends: base >= 4 && < 4.20,
filepath < 1.5,
array < 0.6,
containers >= 0.2 && < 0.7,
deepseq >= 1.1 && < 1.5
deepseq >= 1.1 && < 1.6
if flag(old-time)
build-depends: directory < 1.2, old-time < 1.2
@ -56,7 +56,7 @@ library
if flag(old-bytestring)
build-depends: bytestring-builder >= 0.10.4.0.2 && < 0.11, bytestring == 0.9.*
else
build-depends: bytestring >= 0.10 && < 0.12
build-depends: bytestring >= 0.10 && < 0.13
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.18 && < 0.20
@ -103,7 +103,7 @@ test-suite properties
deepseq,
bytestring-handle,
QuickCheck == 2.*,
tasty >= 0.10 && <1.5,
tasty >= 0.10 && <1.6,
tasty-quickcheck >= 0.8 && <0.11
if flag(old-time)