diff --git a/attoparsec-0.12.1.6.tar.gz b/attoparsec-0.12.1.6.tar.gz deleted file mode 100644 index 27219ef..0000000 --- a/attoparsec-0.12.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce0bb68c3a232dc981412b44211395ee04b0c18075777c30493d4e0f1edc06a8 -size 65300 diff --git a/attoparsec-0.13.0.1.tar.gz b/attoparsec-0.13.0.1.tar.gz new file mode 100644 index 0000000..8090003 --- /dev/null +++ b/attoparsec-0.13.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce880acb45142eafd872e01d9af57d8dbb95c9f2b9a27f01ca9912ba4e9ef932 +size 66039 diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index fd3de38..a123d2d 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -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 diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 7c9e26c..5b27b4e 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -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