fay-text 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~faydep ~text
Dependency ranges changed: fay, text
Files
- CHANGELOG.md +7/−1
- fay-text.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,12 @@ ## Changelog -#### 0.3.0.1 (2014-01-14+#### 0.3.0.2 (2014-04-29)++* Allow `fay 0.20`++#### 0.3.0.1 (2014-01-14)++* Fix complation warnings ## 0.3 (2013-11-07)
fay-text.cabal view
@@ -1,5 +1,5 @@ name: fay-text-version: 0.3.0.1+version: 0.3.0.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.2- , fay == 0.19.*+ , fay >= 0.19 && < 0.21 , fay-base == 0.19.*