fay 0.20.1.1 → 0.20.1.2
raw patch · 3 files changed
+10/−6 lines, 3 filesdep ~aeson
Dependency ranges changed: aeson
Files
- CHANGELOG.md +4/−0
- examples/calc.html +1/−1
- fay.cabal +5/−5
CHANGELOG.md view
@@ -2,6 +2,10 @@ See full history at: <https://github.com/faylang/fay/commits> +#### 0.20.1.2 (2014-08-18)++* Updated homepage URLs, fay-lang.org was 301'd+ #### 0.20.1.1 (2014-06-17) * Don't cache the `main` thunk in the generated `main` call.
examples/calc.html view
@@ -10,7 +10,7 @@ <body> <h1>Calc</h1> <p>A clone of <a href="http://trelford.com/PitCalculatorApp.htm">Pit's calculator app</a></p>- <p>JS generated by <a href="http://fay-lang.org/">Fay</a>, a Haskell+ <p>JS generated by <a href="https://github.com/faylang/fay/wiki">Fay</a>, a Haskell subset. <a href="https://github.com/faylang/fay/blob/master/examples/calc.hs">Source code</a></p> </body> </html>
fay.cabal view
@@ -1,5 +1,5 @@ name: fay-version: 0.20.1.1+version: 0.20.1.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,@@ -7,13 +7,13 @@ . /Documentation/ .- See <http://fay-lang.org/>+ See <https://github.com/faylang/fay/wiki> . /Examples/ . See the examples directory and <https://github.com/faylang/fay/wiki#fay-in-the-wild> .-homepage: http://fay-lang.org/+homepage: https://github.com/faylang/fay/wiki bug-reports: https://github.com/faylang/fay/issues license: BSD3 license-file: LICENSE@@ -109,7 +109,7 @@ Paths_fay build-depends: base >= 4 && < 4.8- , aeson < 0.8+ , aeson > 0.6 && < 0.9 , bytestring < 0.11 , containers < 0.6 , data-default < 0.6@@ -168,7 +168,7 @@ , groom == 0.1.* , haskell-src-exts , tasty == 0.8.*- , tasty-hunit == 0.8.*+ , tasty-hunit >= 0.8 && < 0.10 , tasty-th == 0.1.* , text , utf8-string