blaze-textual 0.2.0.8 → 0.2.0.9
raw patch · 2 files changed
+2/−1 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Blaze/Text/Int.hs +1/−0
- blaze-textual.cabal +1/−1
Blaze/Text/Int.hs view
@@ -62,6 +62,7 @@ | toByteString b == "-0" = fromString (show i) | otherwise = b where b = minus `mappend` nonNegative (-i)+{-# NOINLINE integral #-} bounded :: (Bounded a, Integral a) => a -> Builder {-# SPECIALIZE bounded :: Int -> Builder #-}
blaze-textual.cabal view
@@ -1,5 +1,5 @@ name: blaze-textual-version: 0.2.0.8+version: 0.2.0.9 license: BSD3 license-file: LICENSE category: Text