packages feed

fay 0.23.1.15 → 0.23.1.16

raw patch · 3 files changed

+6/−2 lines, 3 filesdep ~aesondep ~basedep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, directory, haskell-src-exts, optparse-applicative, syb, vector

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.16++* Fix build on GHC 7.4+ #### 0.23.1.15  * Allow optparse-applicative 0.13.*.
fay.cabal view
@@ -1,5 +1,5 @@ name:                fay-version:             0.23.1.15+version:             0.23.1.16 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,
src/main/Main.hs view
@@ -5,7 +5,7 @@ import           Fay import           Paths_fay                 (version) -import           Control.Applicative       ((<|>))+import           Control.Applicative       ((<|>), (<$>), (<*>)) import qualified Control.Exception         as E import           Control.Monad import           Control.Monad.Reader