From a593c9d3c07f7579e79225f6d7ddd1e71a4110fb Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 4 Mar 2014 21:51:41 -0800 Subject: [PATCH] Bump version to 0.11.2.1, and update included files --- attoparsec.cabal | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/attoparsec.cabal b/attoparsec.cabal index 7096b30f..388dc0e7 100644 --- a/attoparsec.cabal +++ b/attoparsec.cabal @@ -1,5 +1,5 @@ name: attoparsec -version: 0.11.2.0 +version: 0.11.2.1 license: BSD3 license-file: LICENSE category: Text, Parsing @@ -18,19 +18,16 @@ description: file formats. extra-source-files: README.markdown - benchmarks/Benchmarks.hs + benchmarks/*.hs benchmarks/Makefile - benchmarks/Tiny.hs benchmarks/attoparsec-benchmarks.cabal benchmarks/med.txt.bz2 changelog + examples/*.c + examples/*.hs examples/Makefile - examples/Parsec_RFC2616.hs - examples/RFC2616.hs - examples/TestRFC2616.hs - examples/rfc2616.c + tests/*.hs tests/Makefile - tests/QC.hs tests/QC/*.hs tests/TestFastSet.hs