From 6ee42b0713e6803838a453be87479819bcb620ed Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 24 Jun 2020 16:27:12 +0900 Subject: [PATCH] Bump version to 1.0.2.0 --- CHANGELOG.md | 5 +++++ stack.yaml | 2 +- world-peace.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3326e..7d56cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.2.0 + +* Get building on GHC-8.10 by quantifying kind in some type class instances. + Thanks [@ocharles](https://github.com/ocharles)! + [#8](https://github.com/cdepillabout/world-peace/pull/8) ## 1.0.1.0 diff --git a/stack.yaml b/stack.yaml index 62c739b..214985a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,7 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-13.27 +resolver: lts-16.2 # Local packages, usually specified by relative directory name packages: diff --git a/world-peace.cabal b/world-peace.cabal index aff97f4..037ed59 100644 --- a/world-peace.cabal +++ b/world-peace.cabal @@ -1,5 +1,5 @@ name: world-peace -version: 1.0.1.0 +version: 1.0.2.0 synopsis: Open Union and Open Product Types description: Please see . homepage: https://github.com/cdepillabout/world-peace