nanotime 0.3.2 → 0.3.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~timePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: time
API changes (from Hackage documentation)
- Nanotime: class (Ord t) => TimeLike t
+ Nanotime: class Ord t => TimeLike t
Files
- nanotime.cabal +4/−4
nanotime.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack name: nanotime-version: 0.3.2+version: 0.3.3 synopsis: a tiny time library description: Please see the README on GitHub at <https://github.com/ejconlon/nanotime#readme> homepage: https://github.com/ejconlon/nanotime#readme@@ -61,7 +61,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends: base >=4.12 && <5- , time >=1.12 && <1.14+ , time >=1.12 && <1.15 default-language: GHC2021 test-suite nanotime-test@@ -106,5 +106,5 @@ , nanotime , tasty , tasty-hunit- , time >=1.12 && <1.14+ , time >=1.12 && <1.15 default-language: GHC2021