Skip to content
Snippets Groups Projects
Commit acdcff3b authored by dolio's avatar dolio Committed by GitHub
Browse files

Merge pull request #151 from dolio/master

Changelog and release prep
parents be06b77a b482b64d
No related branches found
Tags v0.12.0.0
No related merge requests found
Changes in version 0.12.0.0
* Documentation fixes/additions
* New functions: createT, iscanl/r, iterateNM, unfoldrM, uniq
* New instances for various vector types: Semigroup, MonadZip
* Made `Storable` vectors respect memory alignment
* Changed some macros to ConstraintKinds
- Dropped compatibility with old GHCs to support this
* Add `Eq1`, `Ord1`, `Show1`, and `Read1` `Vector` instances, and related
helper functions.
* Relax context for `Unbox (Complex a)`.
Changes in version 0.11.0.0
......
......@@ -35,8 +35,6 @@ Description:
* <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
Tested-With:
GHC == 7.0.4,
GHC == 7.2.2,
GHC == 7.4.2,
GHC == 7.6.3,
GHC == 7.8.4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment