packages feed

fay-text 0.3.2 → 0.3.2.2

raw patch · 2 files changed

Files

CHANGELOG.md view
@@ -1,5 +1,14 @@ ## Changelog +#### 0.3.2.2 (2015-02-11)++* Allow `fay 0.23.*`+* Allow `fay-base 0.20.*`++#### 0.3.2.1 (2015-01-05)++* Allow `fay 0.22.*`.+ ### 0.3.2 (2014-10-21)  * fay-text is now purely a compatibility layer between Fay and GHC. For Fay we reexport `Data.Text` from fay-base.
fay-text.cabal view
@@ -1,5 +1,5 @@ name:                fay-text-version:             0.3.2+version:             0.3.2.2 synopsis:            Fay Text type represented as JavaScript strings description:         Text type represented as JavaScript strings for Fay and Data.Text for GHC. Use with OverloadedStrings and RebindableSyntax to have Fay treat string literals as Text. homepage:            https://github.com/faylang/fay-text@@ -27,5 +27,5 @@   exposed-modules: Fay.Text, Fay.Text.Type   ghc-options: -Wall   build-depends: text     <  1.3-               , fay      >= 0.21.2 && < 0.22-               , fay-base >= 0.19.4 && < 0.20+               , fay      >= 0.21.2 && < 0.24+               , fay-base >= 0.19.4 && < 0.21