Skip to content

Commit

Permalink
Prepare for release, version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dolio committed Sep 20, 2015
1 parent 5010348 commit deaa6d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Changes in version 0.6.1.0

* Use more appropriate types in internal memset functions, which prevents
overflows/segfaults on 64-bit systems.

* Fixed a warning on GHC 7.10

* Worked around a -dcore-lint bug in GHC 7.6/7.7

## Changes in version 0.6

* Split PrimMonad into two classes to allow automatic lifting of primitive
Expand Down
2 changes: 1 addition & 1 deletion primitive.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: primitive
Version: 0.6
Version: 0.6.1.0
License: BSD3
License-File: LICENSE

Expand Down

0 comments on commit deaa6d6

Please sign in to comment.