Accepting request 607744 from devel:languages:haskell
Update ghc-attoparsec to the latest version. OBS-URL: https://build.opensuse.org/request/show/607744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-attoparsec?expand=0&rev=12
This commit is contained in:
commit
a6ce771e90
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64
|
||||
size 159512
|
3
attoparsec-0.13.2.2.tar.gz
Normal file
3
attoparsec-0.13.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848
|
||||
size 159729
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update attoparsec to version 0.13.2.2.
|
||||
* Improved performance of `Data.Attoparsec.Text.asciiCI`
|
||||
* `pure` is now strict in `Position`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-attoparsec
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name attoparsec
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13.1.0
|
||||
Version: 0.13.2.2
|
||||
Release: 0
|
||||
Summary: Fast combinator parsing for bytestrings and text
|
||||
License: BSD-3-Clause
|
||||
@ -77,7 +77,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.markdown changelog.md examples
|
||||
|
Loading…
Reference in New Issue
Block a user