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 5010348 commit deaa6d6Copy full SHA for deaa6d6
changelog.md
@@ -1,3 +1,12 @@
1
+## Changes in version 0.6.1.0
2
+
3
+ * Use more appropriate types in internal memset functions, which prevents
4
+ overflows/segfaults on 64-bit systems.
5
6
+ * Fixed a warning on GHC 7.10
7
8
+ * Worked around a -dcore-lint bug in GHC 7.6/7.7
9
10
## Changes in version 0.6
11
12
* Split PrimMonad into two classes to allow automatic lifting of primitive
primitive.cabal
@@ -1,5 +1,5 @@
Name: primitive
-Version: 0.6
+Version: 0.6.1.0
License: BSD3
License-File: LICENSE
0 commit comments