packages feed

i18n 0.1 → 0.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/I18n/Printf.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE CPP #-}+-- {-# LANGUAGE CPP #-} ----------------------------------------------------------------------------- -- | -- Module      :  Text.I18n.Printf@@ -82,10 +82,10 @@ instance PrintfArg Int64 where     toUPrintf = uInteger -#ifndef __NHC__+-- #ifndef __NHC__ instance PrintfArg Word where     toUPrintf = uInteger-#endif+-- #endif  instance PrintfArg Word8 where     toUPrintf = uInteger
i18n.cabal view
@@ -1,5 +1,5 @@ Name:                i18n-Version:             0.1+Version:             0.1.1 Cabal-Version:       >= 1.2 Synopsis:            Internationalization for Haskell Category:            Text