From 84ebc6ed5fe6aa3f8955befe9c8bfb90b9c89fdd Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Sun, 28 Aug 2016 20:53:14 -0300 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ servant-quickcheck.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d987b..2a3bc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.0.1.1 + +- Exclude GHC 7.8 base (it wasn't properly supported anyhow). +- More generous bounds for other packages. + # 0.0.1.0 - Better error messages. Error messages now contain failing predicate, failing diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index c79159b..453a664 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -1,5 +1,5 @@ name: servant-quickcheck -version: 0.0.1.0 +version: 0.0.1.1 synopsis: QuickCheck entire APIs description: This packages provides QuickCheck properties that are tested across an entire