Skip to content

Commit 6e34cd5

Browse files
committed
bump package version
1 parent c4b5c0d commit 6e34cd5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## Upcoming
44

5+
6+
7+
## 1.6.0.0
8+
59
* Add Unit monoid with `seq`
610
([#18](https://github.com/haskell/deepseq/issues/18), [#105](https://github.com/haskell/deepseq/issues/105))
7-
11+
* Drop the dependency on `array`
12+
([#102](https://github.com/haskell/deepseq/issues/102), [#107](https://github.com/haskell/deepseq/issues/107))
813

914
## 1.5.0.0
1015

deepseq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: deepseq
3-
version: 1.5.0.0
3+
version: 1.6.0.0
44
-- NOTE: Don't forget to update ./changelog.md
55

66
license: BSD3

0 commit comments

Comments
 (0)