Skip to content

Commit 487ea1c

Browse files
committed
Make v0.4 release
1 parent 9e7eb8a commit 487ea1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for the [`ghc-typelits-extra`](http://hackage.haskell.org/package/ghc-typelits-extra) package
22

3+
# 0.4 *March 9 2020*
4+
* `Max` short-circuits on zero, but is stuckness preserving. i.e. `Max (0-1) 0` reduces to `(0-1)`
5+
* Reduce inside arithmetic equations. e.g. `1 + a ~ Max 0 a + CLog 2 2`
6+
37
# 0.3.3 *February 6th 2020*
48
* Add support for GHC 8.10.1-alpha2
59

ghc-typelits-extra.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ghc-typelits-extra
2-
version: 0.3.3
2+
version: 0.4
33
synopsis: Additional type-level operations on GHC.TypeLits.Nat
44
description:
55
Additional type-level operations on @GHC.TypeLits.Nat@:

0 commit comments

Comments
 (0)