diff --git a/.gitignore b/.gitignore index 7884a17..2877617 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /attoparsec-0.10.4.0.tar.gz /attoparsec-0.11.3.4.tar.gz /attoparsec-0.13.0.1.tar.gz +/attoparsec-0.13.0.2.tar.gz diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index f3f0b81..71546d6 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 0.13.0.1 +Version: 0.13.0.2 Release: 1%{?dist} Summary: Fast combinator parsing for bytestrings and text @@ -27,8 +27,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 @@ -87,6 +87,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog +* Thu Jun 23 2016 Jens Petersen - 0.13.0.2-1 +- update to 0.13.0.2 + * Tue Jun 7 2016 Jens Petersen - 0.13.0.1-1 - update to 0.13.0.1 diff --git a/sources b/sources index 42fca5c..60325af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1ac8cbeb9bdd55b1c26bec48cf76fa3 attoparsec-0.13.0.1.tar.gz +851e30373aa0d4400a3b028db119e716 attoparsec-0.13.0.2.tar.gz