fay-text 0.3.2 → 0.3.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~fayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fay
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- fay-text.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +#### 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.1 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 >= 0.21.2 && < 0.23 , fay-base >= 0.19.4 && < 0.20