packages feed

simple-vec3 0.4.0.5 → 0.4.0.6

raw patch · 2 files changed

+11/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,16 +1,22 @@ # Changelog +## [0.4.0.6] - 2018-05-12++### Changed++- Test suite dependencies bump+ ## [0.4.0.5] - 2018-05-11  ### Changed -- Library dependencies bump+- Test suite dependencies bump  ## [0.4.0.4] - 2018-05-11  ### Changed -- Library dependencies bump+- Test suite dependencies bump  ## [0.4.0.3] - 2018-05-10 @@ -88,6 +94,7 @@  ## [0.1.0.0] - 2012-12-05 +[0.4.0.6]: https://github.com/dzhus/simple-vec3/compare/0.4.0.5...0.4.0.6 [0.4.0.5]: https://github.com/dzhus/simple-vec3/compare/0.4.0.4...0.4.0.5 [0.4.0.4]: https://github.com/dzhus/simple-vec3/compare/0.4.0.3...0.4.0.4 [0.4.0.3]: https://github.com/dzhus/simple-vec3/compare/0.4.0.2...0.4.0.3
simple-vec3.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: simple-vec3-version: 0.4.0.5+version: 0.4.0.6 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -60,7 +60,7 @@         base <5,         simple-vec3 -any,         tasty <1.2,-        tasty-quickcheck <0.10+        tasty-quickcheck <0.11  benchmark simple-vec3-benchmark     type: exitcode-stdio-1.0