csg 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~criteriondep ~tastydep ~tasty-quickcheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: criterion, tasty, tasty-quickcheck
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- csg.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.1.0.2] - 2018-05-12++### Changed++- Test suite dependencies bump+ ## [0.1.0.1] - 2018-05-11 ### Changed@@ -10,5 +16,6 @@ ## [0.1] - 2018-03-20 +[0.1.0.2]: https://github.com/dzhus/csg/compare/0.1.0.1...0.1.0.2 [0.1.0.1]: https://github.com/dzhus/csg/compare/0.1...0.1.0.1 [0.1]: https://github.com/dzhus/csg/tree/0.1
csg.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: csg-version: 0.1.0.1+version: 0.1.0.2 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -94,9 +94,9 @@ bytestring <0.11, csg -any, simple-vec3 ==0.4.*,- tasty <1.1,+ tasty <1.2, tasty-hunit <0.11,- tasty-quickcheck <0.10+ tasty-quickcheck <0.11 benchmark csg-benchmark type: exitcode-stdio-1.0@@ -107,7 +107,7 @@ ghc-options: -Wall -Wcompat -O2 build-depends: base <5,- criterion <1.4,+ criterion <1.5, csg -any, simple-vec3 ==0.4.*, strict <0.4,