simple-vec3 0.4.0.6 → 0.4.0.7
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- simple-vec3.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.4.0.7] - 2018-06-30++### Changed++- Test suite dependencies bump+ ## [0.4.0.6] - 2018-05-12 ### Changed@@ -94,6 +100,7 @@ ## [0.1.0.0] - 2012-12-05 +[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 [0.4.0.4]: https://github.com/dzhus/simple-vec3/compare/0.4.0.3...0.4.0.4
simple-vec3.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: simple-vec3-version: 0.4.0.6+version: 0.4.0.7 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -45,7 +45,7 @@ ghc-options: -Wall -Wcompat -O2 -threaded build-depends: base <5,- doctest <0.16,+ doctest <0.17, doctest-driver-gen <0.3 test-suite simple-vec3-test