fay 0.24.0.5 → 0.24.1.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Fay.Compiler.Prelude: infixl 6 -
+ Fay.Compiler.Prelude: infixl 6 +
- Fay.Compiler.Prelude: infixr 3 &&&
+ Fay.Compiler.Prelude: infixr 3 ***
- Fay.Compiler.Prelude: seq :: a -> b -> b
+ Fay.Compiler.Prelude: seq :: forall (r :: RuntimeRep) a (b :: TYPE r). a -> b -> b
Files
- CHANGELOG.md +5/−1
- fay.cabal +2/−2
CHANGELOG.md view
@@ -2,9 +2,13 @@ See full history at: <https://github.com/faylang/fay/commits> +### 0.24.1.0 (2020-03-26)++* GHC 8.10.1 support.+ #### 0.24.0.5 (2020-03-10) -* GHC 8.8 support+* GHC 8.8 support. #### 0.24.0.4 (2019-12-03)
fay.cabal view
@@ -1,5 +1,5 @@ name: fay-version: 0.24.0.5+version: 0.24.1.0 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,@@ -139,7 +139,7 @@ Language.Haskell.Names.Types Paths_fay build-depends:- base >= 4.9 && < 4.14+ base >= 4.9 && < 4.15 , base-compat >= 0.10 && < 0.11 , aeson > 0.6 && < 1.5 , bytestring >= 0.9 && < 0.11