packages feed

fay 0.23.1.4 → 0.23.1.5

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: aeson

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.5++* Allow `aeson 0.9.*`+ #### 0.23.1.4  * Fix compilation on at least GHC 7.6 (maybe older versions as well...)
fay.cabal view
@@ -1,5 +1,5 @@ name:                fay-version:             0.23.1.4+version:             0.23.1.5 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,@@ -136,7 +136,7 @@    build-depends:       base >= 4 && < 4.9-    , aeson > 0.6 && < 0.9+    , aeson > 0.6 && < 0.10     , bytestring < 0.11     , containers < 0.6     , data-default < 0.6