pact-time 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+13/−6 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- pact-time.cabal +8/−6
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for pact-time +## 0.2.0.1 -- 2022-10-25++* Relax upper bound on base+* Support GHC versions 9.2 and 9.4+ ## 0.2.0.0 -- 2021-05-07 * Move all modules from `Data.Time` to `Pact.Time`.
pact-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pact-time-version: 0.2.0.0+version: 0.2.0.1 synopsis: Time Library for Pact Description: A minimal time library for usage with the [Pact Smart Contract@@ -27,8 +27,10 @@ copyright: Copyright (c) 2021 Kadena LLC. category: Data, System tested-with:- GHC==9.0.1- GHC==8.10.4+ GHC==9.4.2+ GHC==9.2.4+ GHC==9.0.2+ GHC==8.10.7 GHC==8.8.4 GHC==8.6.5 extra-source-files:@@ -58,8 +60,8 @@ -- external , Decimal >=0.4 , aeson >=0.11- , attoparsec >= 0.13- , base >=4.11 && <4.16+ , attoparsec >=0.13+ , base >=4.11 && <5 , bytestring >=0.10 , cereal >=0.5 , deepseq >=1.4@@ -96,6 +98,6 @@ build-depends: pact-time - , base >=4.11 && <4.16+ , base >=4.11 && <5 , tasty >=1.4 , tasty-hunit >=0.10