Skip to content

Commit

Permalink
Make v0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Mar 9, 2020
1 parent 9e7eb8a commit 487ea1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the [`ghc-typelits-extra`](http://hackage.haskell.org/package/ghc-typelits-extra) package

# 0.4 *March 9 2020*
* `Max` short-circuits on zero, but is stuckness preserving. i.e. `Max (0-1) 0` reduces to `(0-1)`
* Reduce inside arithmetic equations. e.g. `1 + a ~ Max 0 a + CLog 2 2`

# 0.3.3 *February 6th 2020*
* Add support for GHC 8.10.1-alpha2

Expand Down
2 changes: 1 addition & 1 deletion ghc-typelits-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ghc-typelits-extra
version: 0.3.3
version: 0.4
synopsis: Additional type-level operations on GHC.TypeLits.Nat
description:
Additional type-level operations on @GHC.TypeLits.Nat@:
Expand Down

0 comments on commit 487ea1c

Please sign in to comment.