update to 0.4.2.1

epel9 imports/e9/ghc-zip-archive-0.4.2.1-1.el9
Jens Petersen 3 years ago
parent 0f3bbf88ce
commit 1744061b33

1
.gitignore vendored

@ -9,3 +9,4 @@
/zip-archive-0.3.1.1.tar.gz /zip-archive-0.3.1.1.tar.gz
/zip-archive-0.3.3.tar.gz /zip-archive-0.3.3.tar.gz
/zip-archive-0.4.1.tar.gz /zip-archive-0.4.1.tar.gz
/zip-archive-0.4.2.1.tar.gz

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.9 # generated by cabal-rpm-2.0.12
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name zip-archive %global pkg_name zip-archive
@ -9,8 +9,8 @@
%endif %endif
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.4.1 Version: 0.4.2.1
Release: 11%{?dist} Release: 1%{?dist}
Summary: Library for creating and modifying zip archives Summary: Library for creating and modifying zip archives
License: BSD License: BSD
@ -150,6 +150,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog %changelog
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.4.2.1-1
- https://hackage.haskell.org/package/zip-archive-0.4.2.1/changelog
* Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 0.4.1-11 * Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 0.4.1-11
- rebuild - rebuild

@ -1 +1 @@
SHA512 (zip-archive-0.4.1.tar.gz) = 216555bd73a46da5061291c2c071e9c71239bd5ae253ac06ee80ade65bb1871366cc8e4dffbad983c5b6a7f4b0cb2a1439dfa5971db3e183124fa90442a73f0c SHA512 (zip-archive-0.4.2.1.tar.gz) = 464f92222d65661f159bfe7889749455862e130bfe06206f48c43e518e4fea36d188cc3f48110e99e8095daa6bccc1640341d6f4dc22a0232a5f30f80917b5cf

@ -1,6 +1,5 @@
Name: zip-archive Name: zip-archive
Version: 0.4.1 Version: 0.4.2.1
x-revision: 1
Cabal-Version: 2.0 Cabal-Version: 2.0
Build-type: Simple Build-type: Simple
Synopsis: Library for creating and modifying zip archives. Synopsis: Library for creating and modifying zip archives.
@ -27,8 +26,8 @@ Description:
As an example of the use of the library, a standalone zip archiver and As an example of the use of the library, a standalone zip archiver and
extracter is provided in the source distribution. extracter is provided in the source distribution.
Category: Codec Category: Codec
Tested-with: GHC == 7.8.2, GHC == 7.10.3, GHC == 8.0.2, Tested-with: GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.4, GHC == 9.0.1,
GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1 GHC == 8.8.3, GHC == 9.2.1
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Homepage: http://github.com/jgm/zip-archive Homepage: http://github.com/jgm/zip-archive
@ -82,7 +81,7 @@ Executable zip-archive
Buildable: False Buildable: False
Main-is: Main.hs Main-is: Main.hs
Hs-Source-Dirs: . Hs-Source-Dirs: .
Build-Depends: base >= 4.2 && < 5, Build-Depends: base >= 4.5 && < 5,
directory >= 1.1, directory >= 1.1,
bytestring >= 0.9.0, bytestring >= 0.9.0,
zip-archive zip-archive
@ -95,7 +94,7 @@ Test-Suite test-zip-archive
Type: exitcode-stdio-1.0 Type: exitcode-stdio-1.0
Main-Is: test-zip-archive.hs Main-Is: test-zip-archive.hs
Hs-Source-Dirs: tests Hs-Source-Dirs: tests
Build-Depends: base >= 4.2 && < 5, Build-Depends: base >= 4.5 && < 5,
directory >= 1.3, bytestring >= 0.9.0, process, time, directory >= 1.3, bytestring >= 0.9.0, process, time,
HUnit, zip-archive, temporary, filepath HUnit, zip-archive, temporary, filepath
Default-Language: Haskell98 Default-Language: Haskell98
@ -104,4 +103,3 @@ Test-Suite test-zip-archive
cpp-options: -D_WINDOWS cpp-options: -D_WINDOWS
else else
Build-depends: unix Build-depends: unix
build-tools: unzip
Loading…
Cancel
Save