hpaco-lib 0.24.0.0 → 0.24.1.0
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Variant.hs +1/−0
- hpaco-lib.cabal +1/−1
Data/Variant.hs view
@@ -81,6 +81,7 @@ flatten Null = "" flatten (List xs) = concat . intersperse " " . map flatten $ xs flatten (AList xs) = flatten . List . map snd $ xs+flatten (Function _) = "<<function>>" cullFracPart :: String -> String cullFracPart str = reverse $ dropWhile (`List.elem` ['0', '.']) $ reverse str
hpaco-lib.cabal view
@@ -1,5 +1,5 @@ name: hpaco-lib-version: 0.24.0.0+version: 0.24.1.0 synopsis: Modular template compiler library description: Template compiler library, compiles template code into PHP or Javascript, or interprets it directly.