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