fay-text 0.3.2.1 → 0.3.2.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~faydep ~fay-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fay, fay-base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- fay-text.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ ## 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.*`.
fay-text.cabal view
@@ -1,5 +1,5 @@ name: fay-text-version: 0.3.2.1+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.23- , fay-base >= 0.19.4 && < 0.20+ , fay >= 0.21.2 && < 0.24+ , fay-base >= 0.19.4 && < 0.21