Skip to content

Commit 16b2d8a

Browse files
committed
changelog for v0.12.0.2
1 parent ccf2260 commit 16b2d8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes in version 0.12.0.2
2+
* Fixes issue #220, compact heap operations crashing on boxed vectors constructed
3+
using traverse.
4+
15
Changes in version 0.12.0.1
26

37
* Make sure `length` can be inlined

vector.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: vector
2-
Version: 0.12.0.1
2+
Version: 0.12.0.2
33
-- don't forget to update the changelog file!
44
License: BSD3
55
License-File: LICENSE
@@ -144,7 +144,7 @@ Library
144144
Install-Includes:
145145
vector.h
146146

147-
Build-Depends: base >= 4.5 && < 4.10
147+
Build-Depends: base >= 4.5 && < 4.13
148148
, primitive >= 0.5.0.1 && < 0.7
149149
, ghc-prim >= 0.2 && < 0.6
150150
, deepseq >= 1.1 && < 1.5

0 commit comments

Comments
 (0)