packages feed

fay 0.20.0.1 → 0.20.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~haskell-namesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haskell-names

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,7 +2,11 @@  See full history at: <https://github.com/faylang/fay/commits> -## 0.20.0.1 (2014-05-08)+#### 0.20.0.2 (2014-05-08)++* Allow `haskell-names 0.4.*`++#### 0.20.0.1 (2014-05-08)  * Allow `transformers >= 0.4.1 && < 0.5` 
fay.cabal view
@@ -1,5 +1,5 @@ name:                fay-version:             0.20.0.1+version:             0.20.0.2 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,@@ -116,7 +116,7 @@     , directory < 1.3     , filepath < 1.4     , ghc-paths < 0.2-    , haskell-names >= 0.3.1 && < 0.4+    , haskell-names >= 0.3.1 && < 0.5     , haskell-packages == 0.2.3.1 || > 0.2.3.2 && < 0.3     , haskell-src-exts >= 1.15.0.1 && < 1.16     , language-ecmascript >= 0.15 && < 0.17