packages feed

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 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 +[![GitHub CI](https://github.com/serokell/o-clock/workflows/CI/badge.svg)](https://github.com/serokell/o-clock/actions) [![Hackage](https://img.shields.io/hackage/v/o-clock.svg)](https://hackage.haskell.org/package/o-clock)-[![Build status](https://travis-ci.org/serokell/o-clock.svg?branch=master)](https://travis-ci.org/serokell/o-clock) [![Stackage](http://stackage.org/package/o-clock/badge/lts)](http://stackage.org/lts/package/o-clock) [![Stackage Nightly](http://stackage.org/package/o-clock/badge/nightly)](http://stackage.org/nightly/package/o-clock)-[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/serokell/o-clock/blob/master/LICENSE)+[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/serokell/o-clock/blob/master/LICENSE)  ## Overview 
README.md view
@@ -6,11 +6,11 @@  # O'Clock +[![GitHub CI](https://github.com/serokell/o-clock/workflows/CI/badge.svg)](https://github.com/serokell/o-clock/actions) [![Hackage](https://img.shields.io/hackage/v/o-clock.svg)](https://hackage.haskell.org/package/o-clock)-[![Build status](https://travis-ci.org/serokell/o-clock.svg?branch=master)](https://travis-ci.org/serokell/o-clock) [![Stackage](http://stackage.org/package/o-clock/badge/lts)](http://stackage.org/lts/package/o-clock) [![Stackage Nightly](http://stackage.org/package/o-clock/badge/nightly)](http://stackage.org/nightly/package/o-clock)-[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/serokell/o-clock/blob/master/LICENSE)+[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](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