packages feed

simple-vec3 0.4.0.3 → 0.4.0.4

raw patch · 2 files changed

+10/−2 lines, 2 filesdep ~tasty-quickcheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-quickcheck

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.4.0.4] - 2018-05-11++### Changed++- Library dependencies bump+ ## [0.4.0.3] - 2018-05-10  ### Changed@@ -76,6 +82,8 @@  ## [0.1.0.0] - 2012-12-05 +[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 [0.4.0.2]: https://github.com/dzhus/simple-vec3/compare/0.4.0.1...0.4.0.2 [0.4.0.1]: https://github.com/dzhus/simple-vec3/compare/0.4...0.4.0.1 [0.4]:     https://github.com/dzhus/simple-vec3/compare/0.3.1...0.4
simple-vec3.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: simple-vec3-version: 0.4.0.3+version: 0.4.0.4 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -60,7 +60,7 @@         base <5,         simple-vec3 -any,         tasty <1.1,-        tasty-quickcheck <0.11+        tasty-quickcheck <0.10  benchmark simple-vec3-benchmark     type: exitcode-stdio-1.0