packages feed

reflex-localize 1.0.1.0 → 1.0.2.0

raw patch · 2 files changed

+6/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 1.0.2.0++* Add CPP to language extensions+ # 1.0.1.0  * Add ifdef for GHCJS compilation	
reflex-localize.cabal view
@@ -1,5 +1,5 @@ name:                reflex-localize-version:             1.0.1.0+version:             1.0.2.0 synopsis:            Localization library for reflex description:         Library provides helpers for dynamic strings that depends on current selected language.   See also `reflex-localize-dom` for examples and DOM related helpers.@@ -42,6 +42,7 @@     , text   default-language:    Haskell2010   default-extensions:+    CPP     DataKinds     DeriveDataTypeable     DeriveGeneric