Accepting request 430779 from devel:languages:haskell:lts:7

update devel:languages:haskell to LTS 7.x

OBS-URL: https://build.opensuse.org/request/show/430779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=17
This commit is contained in:
Peter Simons 2016-09-28 11:51:38 +00:00 committed by Git OBS Bridge
parent 143612fb71
commit 82eb5ebb1c
4 changed files with 10 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69f7f381f644ba4a6f348bbff9b2b4280b7b602e8e25e59eadb6e30ad5f2ec6a
size 67669

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64
size 159512

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 26 06:52:16 UTC 2016 - psimons@suse.com
- Update to version 0.13.1.0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:24:05 UTC 2016 - psimons@suse.com

View File

@ -19,11 +19,11 @@
%global pkg_name attoparsec
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.13.0.2
Version: 0.13.1.0
Release: 0
Summary: Fast combinator parsing for bytestrings and text
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Languages/Other
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
@ -62,19 +62,15 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%check
%cabal_test
%post devel
%ghc_pkg_recache