Skip to content

Commit

Permalink
Bump major version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Dec 22, 2019
1 parent cbb35ad commit e83b130
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions singletons.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e83b130

Please sign in to comment.