th-format 0.1.1.0 → 0.1.2.0
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Format: class Format a
+ Data.Format: formatText :: Format a => a -> Text
Files
- src/Data/Format.hs +1/−0
- th-format.cabal +2/−2
src/Data/Format.hs view
@@ -18,6 +18,7 @@ module Data.Format ( fmt , fmtConcat+ , Format(..) ) where import Control.Applicative
th-format.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3e13f6d44296a186bbe36573b7e53289818efe4f6ff8d24435f8bc11a684a447+-- hash: 2d9b536661fa361499e0ea0c8cd2480a8a7b1ce7f3cd129370cfa3e8e5166dff name: th-format-version: 0.1.1.0+version: 0.1.2.0 synopsis: Template Haskell based support for format strings description: This package implements a Template Haskell quasi quoter for format strings. category: Data