revert to 1.18.10 until ghc-7.8

This commit is contained in:
Jens Petersen 2014-07-08 19:42:32 +09:00
parent c3da6f192e
commit 26c24dfbaf
4 changed files with 10 additions and 21 deletions

2
.gitignore vendored
View File

@ -2,5 +2,3 @@ happy-1.18.5.tar.gz
/happy-1.18.6.tar.gz
/happy-1.18.9.tar.gz
/happy-1.18.10.tar.gz
/happy-1.19.2.tar.gz
/happy-1.19.3.tar.gz

View File

@ -1,14 +1,12 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
%bcond_without tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: happy
# part of haskell-platform
Version: 1.19.3
Release: 1%{?dist}
Version: 1.18.10
Release: 35%{?dist}
Summary: Parser Generator for Haskell
License: BSD
@ -21,10 +19,12 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-mtl-devel
%if %{with tests}
BuildRequires: ghc-process-devel
%endif
# End cabal-rpm deps
BuildRequires: autoconf
BuildRequires: docbook-dtds
BuildRequires: docbook-style-xsl
BuildRequires: libxml2
BuildRequires: libxslt
%description
Happy is a LALR(1) parser generator system for Haskell, similar to the tool
@ -56,12 +56,6 @@ cd ..
%ghc_bin_install
%check
%if %{with tests}
%cabal test
%endif
%files
%doc ANNOUNCE CHANGES LICENSE README TODO doc/happy
%{_bindir}/happy
@ -69,11 +63,8 @@ cd ..
%changelog
* Wed Jun 04 2014 Jens Petersen <petersen@redhat.com> - 1.19.3-1
- update to 1.19.3
* Wed May 14 2014 Jens Petersen <petersen@redhat.com> - 1.19.2-1
- update to 1.19.2
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 1.18.10-35
- update to cblrpm-0.8.11
* Fri Apr 11 2014 Jens Petersen <petersen@redhat.com> - 1.18.10-34
- split out of haskell-platform

View File

View File

@ -1 +1 @@
fb9f4aec9d9e3b92be95a8abc43704b4 happy-1.19.3.tar.gz
a1638e89434427e57f68ef311761dc30 happy-1.18.10.tar.gz