text-show 0.8.1 → 0.8.1.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~text-show
Dependency ranges changed: text-show
Files
- CHANGELOG.md +6/−0
- text-show.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,9 @@+### 0.8.1.1+* Retroactive `CHANGELOG` update++## 0.8.1+* Fix test suite build with older versions of `QuickCheck`+ # 0.8 * Exported `formatRealFloatB` and `formatRealFloatAltB` from `Text.Show.Text.Data.Floating`. Reexported `FPFormat` (from `text`) in the same module, and added a `Text` `Show` instance for it. * The `Show` instance for `Ratio a` now only requires a `Show a` constraint if using `base-4.4.0.0` or later (if using `base-4.3.0.0`, it requires a `(Show a, Integral a)` constraint)
text-show.cabal view
@@ -1,5 +1,5 @@ name: text-show-version: 0.8.1+version: 0.8.1.1 synopsis: Efficient conversion of values into Text description: @text-show@ offers a replacement for the @Show@ typeclass intended for use with @Text@ instead of @String@s. This package was created@@ -302,7 +302,7 @@ -- , silently >= 1.2.4 && < 1.3 , tagged >= 0.4.4 && < 1 , text >= 0.11.1 && < 1.3- , text-show == 0.8.1+ , text-show == 0.8.1.1 , transformers >= 0.2.1 && < 0.5 , transformers-compat >= 0.3 && < 1 , void >= 0.5 && < 1