blaze-textual 0.2.3 → 0.2.3.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep −timePVP ok
version bump matches the API change (PVP)
Dependencies removed: time
API changes (from Hackage documentation)
Files
- blaze-textual.cabal +1/−2
- changelog.md +4/−0
blaze-textual.cabal view
@@ -1,5 +1,5 @@ name: blaze-textual-version: 0.2.3+version: 0.2.3.1 license: BSD3 license-file: LICENSE category: Text@@ -57,7 +57,6 @@ ghc-prim, old-locale, text >= 0.11.0.2,- time, vector if !flag(native)
changelog.md view
@@ -1,3 +1,7 @@+0.2.3.1 2023-03-02++* Drop redundant dependency on `time` (see [#19](https://github.com/swamp-agr/blaze-textual/pull/19)).+ 0.2.3 2023-03-02 * Fix incorrect minBound detection and `-128 :: Int8` (see [#12](https://github.com/swamp-agr/blaze-textual/pull/12)).