packages feed

text-all 0.3.0.2 → 0.3.1.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~text-show

Dependency ranges changed: text-show

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.1.0++* Bumped the text-show upper bound. (text-show added some instances.)+ # 0.3.0.2  * Bumped the text-show upper bound.
text-all.cabal view
@@ -1,10 +1,10 @@ name:                text-all-version:             0.3.0.2+version:             0.3.1.0 synopsis:            Everything Data.Text related in one package description:   Everything @Data.Text@-related in one package.   .-  Note: this package does follow PVP.+  Note: this package follows PVP. homepage:            http://github.com/aelve/text-all bug-reports:         http://github.com/aelve/text-all/issues license:             BSD3@@ -29,7 +29,7 @@   -- other-extensions:       build-depends:       base >=4.5 && <5                      , text ==1.2.2.*-                     , text-show >=3.2 && <3.5+                     , text-show >=3.2 && <3.7                      , text-format ==0.3.1.*   ghc-options:         -Wall -fno-warn-unused-do-bind   hs-source-dirs:      lib