Accepting request 352167 from devel:languages:haskell
* Fixed a bug in the implementations of inClass and notInClass for Text * Made the parser type in the Zepto module a monad transformer. (forwarded request 352125 from mimi_vx) OBS-URL: https://build.opensuse.org/request/show/352167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-attoparsec?expand=0&rev=7
This commit is contained in:
commit
fa9e77b0b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce0bb68c3a232dc981412b44211395ee04b0c18075777c30493d4e0f1edc06a8
|
||||
size 65300
|
3
attoparsec-0.13.0.1.tar.gz
Normal file
3
attoparsec-0.13.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce880acb45142eafd872e01d9af57d8dbb95c9f2b9a27f01ca9912ba4e9ef932
|
||||
size 66039
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:29:13 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.13.0.1
|
||||
* Fixed a bug in the implementations of inClass and notInClass for Text
|
||||
* Made the parser type in the Zepto module a monad transformer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 07:52:32 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.12.1.6
|
||||
Version: 0.13.0.1
|
||||
Release: 0
|
||||
Summary: Fast combinator parsing for bytestrings and text
|
||||
License: BSD-3-Clause
|
||||
@ -40,6 +40,7 @@ BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-scientific-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-quickcheck-unicode-devel
|
||||
|
Loading…
Reference in New Issue
Block a user