packages feed

fay-text 0.3.0.2 → 0.3.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~fayPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fay

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +### 0.3.1 (2014-10-11)++* Allow `fay 0.21`+ #### 0.3.0.2 (2014-04-29)  * Allow `fay 0.20`
fay-text.cabal view
@@ -1,5 +1,5 @@ name:                fay-text-version:             0.3.0.2+version:             0.3.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@@ -26,6 +26,6 @@   hs-source-dirs: src   exposed-modules: Fay.Text, Fay.Text.Type   ghc-options: -Wall-  build-depends: text     <  1.2-               , fay      >= 0.19 && < 0.21+  build-depends: text     <  1.3+               , fay      >= 0.19 && < 0.22                , fay-base == 0.19.*