ttc 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+12/−5 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- ttc.cabal +6/−5
CHANGELOG.md view
@@ -24,6 +24,12 @@ [KaC]: <https://keepachangelog.com/en/1.0.0/> +## 0.1.0.1 (2019-12-02)++### Non-Breaking++* Bump `time` dependency version upper bound+ ## 0.1.0.0 (2019-12-01) ### Non-Breaking
ttc.cabal view
@@ -1,5 +1,5 @@ name: ttc-version: 0.1.0.0+version: 0.1.0.1 category: Data, Text synopsis: Textual Type Classes description:@@ -21,6 +21,7 @@ GHC ==8.2.2 || ==8.4.4 || ==8.6.5+ || ==8.8.1 extra-source-files: CHANGELOG.md@@ -79,7 +80,7 @@ build-depends: base , template-haskell- , time >=1.8 && <1.9+ , time >=1.8 && <1.10 , ttc default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N@@ -95,7 +96,7 @@ Duration build-depends: base- , time >=1.8 && <1.9+ , time >=1.8 && <1.10 , ttc default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N@@ -112,7 +113,7 @@ build-depends: base , template-haskell- , time >=1.8 && <1.9+ , time >=1.8 && <1.10 , ttc default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N@@ -145,7 +146,7 @@ build-depends: base , template-haskell- , time >=1.8 && <1.9+ , time >=1.8 && <1.10 , ttc default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N