update to 0.1.10
This commit is contained in:
parent
7518c37a2a
commit
e260a45553
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/http-directory-0.1.7.tar.gz
|
/http-directory-0.1.7.tar.gz
|
||||||
/http-directory-0.1.8.tar.gz
|
/http-directory-0.1.8.tar.gz
|
||||||
/http-directory-0.1.9.tar.gz
|
/http-directory-0.1.9.tar.gz
|
||||||
|
/http-directory-0.1.10.tar.gz
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.1.9
|
Version: 0.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Http directory listing library
|
Summary: Http directory listing library
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ BuildRequires: ghc-hspec-devel
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Library for listing the files (href's) in an http directory. It can also check
|
Library for listing the files (href's) in an http directory. It can also check
|
||||||
the size, existence, modtime of files, and for url redirects.
|
the size, existence, modtime of files, and url redirects.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 11 2022 Jens Petersen <petersen@redhat.com> - 0.1.10-1
|
||||||
|
- https://hackage.haskell.org/package/http-directory-0.1.10/changelog
|
||||||
|
|
||||||
* Sun Feb 13 2022 Jens Petersen <petersen@redhat.com> - 0.1.9-1
|
* Sun Feb 13 2022 Jens Petersen <petersen@redhat.com> - 0.1.9-1
|
||||||
- https://hackage.haskell.org/package/http-directory-0.1.9/changelog
|
- https://hackage.haskell.org/package/http-directory-0.1.9/changelog
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (http-directory-0.1.9.tar.gz) = 94d93eec22583798c3ca1f7675efea39ce1463496defac87b646f99492456be9ab802f025d619adbadeeb7e7d6ddbad56ae3552142fed8395b42fe169dc93f7c
|
SHA512 (http-directory-0.1.10.tar.gz) = 02bcb163d3ab15754952c7a8715dbc171bf79bd044c9f2f8878b331fb955ecf1cc640c6e85ad534727107c9d3d313384d4b80ae882d15a13299e78245c83d79b
|
||||||
|
Loading…
Reference in New Issue
Block a user