revert to 0.4 until ghc-7.8

This commit is contained in:
Jens Petersen 2014-07-08 19:17:02 +09:00
parent 2a6959eef6
commit 8ca64b4c6c
5 changed files with 17 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
/pcre-light-0.4.tar.gz
/pcre-light-0.4.0.2.tar.gz

View File

@ -6,18 +6,18 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.4.0.2
Release: 1%{?dist}
Version: 0.4
Release: 14%{?dist}
Summary: Perl5 compatible regular expression library
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Patch0: pcre-light-0.4-small_base.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: pcre-devel%{?_isa}
# End cabal-rpm deps
@ -69,12 +69,11 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Fri May 30 2014 Jens Petersen <petersen@redhat.com> - 0.4.0.2-1
- update to 0.4.0.2
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 0.4-14
-
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

View File

@ -0,0 +1,11 @@
--- pcre-light-0.4/pcre-light.cabal~ 2010-08-10 07:56:57.000000000 +0900
+++ pcre-light-0.4/pcre-light.cabal 2012-11-18 00:56:04.621258306 +0900
@@ -25,7 +25,7 @@
flag small_base
description: Build with new smaller base library
- default: False
+ default: True
library
exposed-modules: Text.Regex.PCRE.Light

View File

@ -1 +1 @@
eab7c691953b03bc92776a6bb118b9e7 pcre-light-0.4.0.2.tar.gz
4907d8d239d3c41f06855faee340d052 pcre-light-0.4.tar.gz