diff --git a/filtrable-0.1.5.0.tar.gz b/filtrable-0.1.5.0.tar.gz deleted file mode 100644 index ef37ce2..0000000 --- a/filtrable-0.1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08ee3946c3e201e497719fe0917545913f98ff04d8448b3cf4d4295f5acf8a3e -size 7606 diff --git a/filtrable-0.1.6.0.tar.gz b/filtrable-0.1.6.0.tar.gz new file mode 100644 index 0000000..712eebc --- /dev/null +++ b/filtrable-0.1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be40b79abd9b6563a0146069b22313a4a7b8fb8cf7e3c4bc62fb7725f9a11215 +size 7881 diff --git a/ghc-filtrable.changes b/ghc-filtrable.changes index 5951516..c05956b 100644 --- a/ghc-filtrable.changes +++ b/ghc-filtrable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 31 02:02:51 UTC 2020 - psimons@suse.com + +- Update filtrable to version 0.1.6.0. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Tue Aug 25 10:35:30 UTC 2020 - psimons@suse.com diff --git a/ghc-filtrable.spec b/ghc-filtrable.spec index 44573fd..8c56c46 100644 --- a/ghc-filtrable.spec +++ b/ghc-filtrable.spec @@ -19,13 +19,14 @@ %global pkg_name filtrable %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.5.0 +Version: 0.1.6.0 Release: 0 Summary: Class of filtrable containers 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 BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-containers-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel %if %{with tests}