packages feed

fay 0.23.1.5 → 0.23.1.6

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: syb

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  See full history at: <https://github.com/faylang/fay/commits> +#### 0.23.1.6++* Allow `syb 0.5.*`+ #### 0.23.1.5  * Allow `aeson 0.9.*`
fay.cabal view
@@ -1,5 +1,5 @@ name:                fay-version:             0.23.1.5+version:             0.23.1.6 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,@@ -153,7 +153,7 @@     , sourcemap < 0.2     , split < 0.3     , spoon < 0.4-    , syb < 0.5+    , syb < 0.6     , text < 1.3     , time >= 1 && < 1.6     , transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.5