update to 1.7.10
This commit is contained in:
parent
e62a7ad25d
commit
70a30e7976
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/tidal-1.6.1.tar.gz
|
||||
/tidal-1.7.7.tar.gz
|
||||
/tidal-1.7.8.tar.gz
|
||||
/tidal-1.7.10.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
# testsuite missing deps: microspec
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.7.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Pattern language for improvised music
|
||||
|
||||
License: GPLv3+
|
||||
@ -20,6 +20,7 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-async-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bifunctors-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
@ -27,7 +28,10 @@ BuildRequires: ghc-clock-prof
|
||||
BuildRequires: ghc-colour-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-deepseq-prof
|
||||
BuildRequires: ghc-exceptions-prof
|
||||
BuildRequires: ghc-hint-prof
|
||||
BuildRequires: ghc-hosc-prof
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-network-prof
|
||||
BuildRequires: ghc-parsec-prof
|
||||
BuildRequires: ghc-primitive-prof
|
||||
@ -102,6 +106,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc CHANGELOG.md README.md
|
||||
%{_bindir}/%{pkg_name}
|
||||
|
||||
|
||||
%if %{with haddock}
|
||||
@ -116,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 1.7.10-1
|
||||
- https://hackage.haskell.org/package/tidal-1.7.10/changelog
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tidal-1.7.8.tar.gz) = a81d34faa24940f75b8f3869a7460786454e087bbac428daa627738a44de136f8a5fc8175bd8afd03473a1ec92b065b74b24204f8352c84a72ed77c46dc8c2d0
|
||||
SHA512 (tidal-1.7.10.tar.gz) = bee0f4672ad6fee6cafbc46a34461c6ed8a325140429a5f7e839fb7737bd605255b7ee41ef36ea08a862af1362717815c48e62f7a7a07d17f3233e2ac72e5a70
|
||||
|
Loading…
Reference in New Issue
Block a user