forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/fay: bump to 0.24.1.0-r1, loosen aeson bounds.
Upstream issue[1] has been opened to relax the same bounds. Also, the test package has been added, though it has to be restricted due to a circular depenedency. Check the comments in the ebuild for a one-off workaround if you want to run the tests. [1]: faylang/fay#469 Signed-off-by: Wolfgang E. Sanyer <[email protected]>
- Loading branch information
1 parent
e4cb2c8
commit e91244d
Showing
2 changed files
with
51 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,54 +5,21 @@ | |
<email>[email protected]</email> | ||
<name>Gentoo Haskell</name> | ||
</maintainer> | ||
<use> | ||
<flag name="test">Build the fay-tests executable</flag> | ||
</use> | ||
<longdescription> | ||
Fay is a proper subset of Haskell which can be compiled (type-checked) | ||
with GHC, and compiled to JavaScript. It is lazy, pure, with a Fay monad, | ||
an FFI, tail-recursion optimization (experimental). It implements no type | ||
system, for type-checking you should use GHC. | ||
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, | ||
an FFI, tail-recursion optimization (experimental), and support for cabal packages. | ||
|
||
/Documentation/ | ||
|
||
See documentation at <http://fay-lang.org/> or build your own documentation with: | ||
|
||
> $ cabal unpack fay | ||
> $ cd fay-* | ||
> $ cabal install | ||
> $ dist/build/fay-docs/fay-docs | ||
|
||
See <https://github.com/faylang/fay/wiki> | ||
|
||
/Examples/ | ||
|
||
See <http://fay-lang.org/#examples>. | ||
|
||
/Release Notes/ | ||
|
||
* Enable strict list for arithmetic sequences optimisation only when compiler optimise flag set. | ||
|
||
* Add print and putStrLn to the Prelude | ||
|
||
* Add list utility functions from the standard Prelude | ||
|
||
* Test optimized as well as unoptimized builds. | ||
|
||
* Standard precendence and associativity for infix operators | ||
|
||
* Add function utilities from Prelude, including seq | ||
|
||
* Add math functions in Prelude | ||
|
||
* Add support for sections (desugaring to lambdas) | ||
|
||
* Added example of the ContT and Deferred monad, sleep and readFile. | ||
|
||
* Add more of the prelude, including error and a lot of math stuff. | ||
|
||
* Remove needs for module declarations in modules that define main. | ||
|
||
* Support enumThen ([1,2..]) style lists. | ||
|
||
* Add support for enumFromThenTo ([1,2..10]) lists. | ||
See the examples directory and <https://github.com/faylang/fay/wiki#fay-in-the-wild> | ||
|
||
See full history at: <https://github.com/faylang/fay/commits> | ||
</longdescription> | ||
</pkgmetadata> |