packages feed

fay 0.20.0.0 → 0.20.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  See full history at: <https://github.com/faylang/fay/commits> +## 0.20.0.1 (2014-05-08)++* Allow `transformers >= 0.4.1 && < 0.5`+ ## 0.20.0.0 (2014-04-29)  * Adds support for LambdaCase and MultiWayIf
fay.cabal view
@@ -1,5 +1,5 @@ name:                fay-version:             0.20.0.0+version:             0.20.0.1 synopsis:            A compiler for Fay, a Haskell subset that compiles to JavaScript. description:         Fay is a proper subset of Haskell which is type-checked                      with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad,@@ -128,7 +128,7 @@     , spoon < 0.4     , syb < 0.5     , text < 1.2-    , transformers == 0.3.*+    , transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.5     , uniplate >= 1.6.11 && < 1.7     , unordered-containers < 0.3     , utf8-string < 0.4