o-clock 1.2.0 → 1.2.0.1
raw patch · 4 files changed
+12/−7 lines, 4 filesdep ~doctestdep ~tastydep ~tasty-hedgehogPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: doctest, tasty, tasty-hedgehog
API changes (from Hackage documentation)
- Time.Rational: type (:%) = '(::%)
+ Time.Rational: type (:%) = '(::%)
- Time.Units: Time :: RatioNat -> Time
+ Time.Units: Time :: RatioNat -> Time (rat :: Rat)
- Time.Units: [unTime] :: Time -> RatioNat
+ Time.Units: [unTime] :: Time (rat :: Rat) -> RatioNat
Files
- CHANGELOG.md +5/−0
- README.lhs +2/−2
- README.md +2/−2
- o-clock.cabal +3/−3
CHANGELOG.md view
@@ -9,6 +9,11 @@ o'clock uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +1.2.0.1+=======++Bump upper versions of some dependencies.+ 1.2.0 =====
README.lhs view
@@ -6,11 +6,11 @@ # O'Clock +[](https://github.com/serokell/o-clock/actions) [](https://hackage.haskell.org/package/o-clock)-[](https://travis-ci.org/serokell/o-clock) [](http://stackage.org/lts/package/o-clock) [](http://stackage.org/nightly/package/o-clock)-[](https://github.com/serokell/o-clock/blob/master/LICENSE)+[](https://github.com/serokell/o-clock/blob/master/LICENSE) ## Overview
README.md view
@@ -6,11 +6,11 @@ # O'Clock +[](https://github.com/serokell/o-clock/actions) [](https://hackage.haskell.org/package/o-clock)-[](https://travis-ci.org/serokell/o-clock) [](http://stackage.org/lts/package/o-clock) [](http://stackage.org/nightly/package/o-clock)-[](https://github.com/serokell/o-clock/blob/master/LICENSE)+[](https://github.com/serokell/o-clock/blob/master/LICENSE) ## Overview
o-clock.cabal view
@@ -3,7 +3,7 @@ -- SPDX-License-Identifier: MPL-2.0 name: o-clock-version: 1.2.0+version: 1.2.0.1 synopsis: Type-safe time library. description: See README.md for details. homepage: https://github.com/serokell/o-clock@@ -71,7 +71,7 @@ build-depends: base >= 4.9 && < 5 , o-clock , hedgehog >= 0.6 && < 1.1- , tasty >= 0.12 && < 1.3+ , tasty >= 0.12 && < 1.5 , tasty-hedgehog >= 0.1 && < 1.1 , tasty-hspec ^>= 1.1.3 , type-spec >= 0.3.0.1 && < 0.5@@ -91,7 +91,7 @@ build-tool-depends: doctest:doctest build-depends: base >= 4.10 && < 5- , doctest ^>= 0.16+ , doctest >= 0.16 && < 0.18 , Glob >= 0.9 && < 0.11 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010