simple-vec3 0.4.0.7 → 0.4.0.8
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~criterion
Dependency ranges changed: criterion
Files
- CHANGELOG.md +7/−0
- simple-vec3.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.4.0.8] - 2018-07-21++### Changed++- Benchmark dependencies bump+ ## [0.4.0.7] - 2018-06-30 ### Changed@@ -100,6 +106,7 @@ ## [0.1.0.0] - 2012-12-05 +[0.4.0.8]: https://github.com/dzhus/simple-vec3/compare/0.4.0.7...0.4.0.8 [0.4.0.7]: https://github.com/dzhus/simple-vec3/compare/0.4.0.6...0.4.0.7 [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
simple-vec3.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: simple-vec3-version: 0.4.0.7+version: 0.4.0.8 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -72,6 +72,6 @@ ghc-options: -Wall -Wcompat -O2 build-depends: base <5,- criterion <1.5,+ criterion <1.6, simple-vec3 -any, vector <0.13