From e83b130d1502f2d53152d8de74eeaf6f7575430d Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 9 Nov 2019 09:15:46 -0500 Subject: [PATCH] Bump major version to 2.7 --- CHANGES.md | 4 ++-- Makefile | 2 +- README.md | 2 +- singletons.cabal | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 30a101cf..bbf01e7c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Changelog for singletons project ================================ -next ----- +2.7 +--- * Require GHC 8.10. * `singletons` now does a much better job of preserving the order of type variables when singling the type signatures of top-level functions and data diff --git a/Makefile b/Makefile index bc9fdcac..c42b5062 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version=2.6 +version=2.7 source=src/Data/Singletons.hs src/Data/Singletons/*.hs src/Data/Singletons/Prelude/* src/Data/Singletons/Promote/* src/Data/Singletons/Single/* src/Data/Promotion/* src/Data/Promotion/Prelude/* test-suite=tests/SingletonsTestSuite.hs tests/SingletonsTestSuiteUtils.hs test-byhand=tests/ByHand.hs tests/ByHandAux.hs diff --git a/README.md b/README.md index c4428376..9da16110 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -singletons 2.6 +singletons 2.7 ============== [![Hackage](https://img.shields.io/hackage/v/singletons.svg)](http://hackage.haskell.org/package/singletons) diff --git a/singletons.cabal b/singletons.cabal index 60ab9b84..694e01a4 100644 --- a/singletons.cabal +++ b/singletons.cabal @@ -1,5 +1,5 @@ name: singletons -version: 2.6 +version: 2.7 -- Remember to bump version in the Makefile as well cabal-version: >= 1.10 synopsis: A framework for generating singleton types @@ -38,7 +38,7 @@ description: source-repository this type: git location: https://github.com/goldfirere/singletons.git - tag: v2.6 + tag: v2.7 source-repository head type: git