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 ccf2260 commit 16b2d8aCopy full SHA for 16b2d8a
changelog
@@ -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
+
5
Changes in version 0.12.0.1
6
7
* Make sure `length` can be inlined
vector.cabal
@@ -1,5 +1,5 @@
Name: vector
-Version: 0.12.0.1
+Version: 0.12.0.2
-- don't forget to update the changelog file!
License: BSD3
License-File: LICENSE
@@ -144,7 +144,7 @@ Library
144
Install-Includes:
145
vector.h
146
147
- Build-Depends: base >= 4.5 && < 4.10
+ Build-Depends: base >= 4.5 && < 4.13
148
, primitive >= 0.5.0.1 && < 0.7
149
, ghc-prim >= 0.2 && < 0.6
150
, deepseq >= 1.1 && < 1.5
0 commit comments