Accepting request 391603 from devel:languages:haskell:lts

- update to 0.13.0.2
- remove useless _service
* Restore the fast specialised character set implementation for Text
* Move testsuite from test-framework to tasty
* Performance optimization of takeWhile and takeWhile1

OBS-URL: https://build.opensuse.org/request/show/391603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=12
This commit is contained in:
Ondřej Súkup 2016-04-26 08:08:43 +00:00 committed by Git OBS Bridge
parent 4ff9027f36
commit 1c6c0d7fce
5 changed files with 18 additions and 13 deletions

View File

@ -1,3 +0,0 @@
<services>
<service name="download_files" mode="localonly"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 26 07:59:37 UTC 2016 - mimi.vx@gmail.com
- update to 0.13.0.2
- remove useless _service
* Restore the fast specialised character set implementation for Text
* Move testsuite from test-framework to tasty
* Performance optimization of takeWhile and takeWhile1
-------------------------------------------------------------------
Mon Sep 28 18:29:13 UTC 2015 - mimi.vx@gmail.com

View File

@ -20,15 +20,15 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.13.0.1
Name: ghc-attoparsec
Version: 0.13.0.2
Release: 0
Summary: Fast combinator parsing for bytestrings and text
License: BSD-3-Clause
Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel
@ -44,8 +44,8 @@ BuildRequires: ghc-transformers-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-quickcheck-unicode-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-quickcheck-devel
BuildRequires: ghc-vector-devel
%endif
# End cabal-rpm deps
@ -58,7 +58,6 @@ with network protocols and complicated text/binary file formats.
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}