We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b5c0d commit 6e34cd5Copy full SHA for 6e34cd5
changelog.md
@@ -2,9 +2,14 @@
2
3
## Upcoming
4
5
+
6
7
+## 1.6.0.0
8
9
* Add Unit monoid with `seq`
10
([#18](https://github.com/haskell/deepseq/issues/18), [#105](https://github.com/haskell/deepseq/issues/105))
-
11
+ * Drop the dependency on `array`
12
+ ([#102](https://github.com/haskell/deepseq/issues/102), [#107](https://github.com/haskell/deepseq/issues/107))
13
14
## 1.5.0.0
15
deepseq.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 1.12
name: deepseq
-version: 1.5.0.0
+version: 1.6.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
0 commit comments