packages feed

text-all 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~text-show

Dependency ranges changed: text-show

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0.1++* Bumped the text-show upper bound.+ # 0.3.0.0  * Replaced functions like `strictToBuilder` with conversion typeclasses (i.e. now it's just `toStrict`, `toLazy`, `toBuilder`, and `toString`).
text-all.cabal view
@@ -1,5 +1,5 @@ name:                text-all-version:             0.3.0.0+version:             0.3.0.1 synopsis:            Everything Data.Text related in one package description:   Everything @Data.Text@-related in one package.@@ -29,7 +29,7 @@   -- other-extensions:       build-depends:       base >=4.5 && <5                      , text ==1.2.2.*-                     , text-show ==3.2.*+                     , text-show >=3.2 && <3.4                      , text-format ==0.3.1.*   ghc-options:         -Wall -fno-warn-unused-do-bind   hs-source-dirs:      lib