Bump version to 1.1.7 for new instance, relax aeson bounds.

This commit is contained in:
Andreas Klebinger 2022-10-15 20:32:35 +02:00
commit 7899c70e5a
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ Notable changes to the project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
project adheres to the [Haskell Package Versioning
Policy (PVP)](https://pvp.haskell.org)
## 1.1.7.0 -- 2022-10-15
* Derive `Eq` for APolygon
## 1.1.6.0 -- 2022-06-02
* Drop hgeometry dependency.

View file

@ -3,7 +3,7 @@ cabal-version: 2.0
-- see http://haskell.org/cabal/users-guide/
name: reanimate
version: 1.1.6.0
version: 1.1.7.0
-- synopsis:
-- description:
license: PublicDomain
@ -110,7 +110,7 @@ library
build-depends:
base >=4.10 && <5,
JuicyPixels >=3.3.3,
aeson >=1.3.0.0 && <2,
aeson >=1.3.0.0 && <2.2,
ansi-terminal >=0.8.0.4,
array >=0.5.2.0,
attoparsec >=0.13.2.0,