Update README.
catseye
10 years ago
49 | 49 | * Fixed a bug where exception text which extended over multiple lines |
50 | 50 | could not be expected correctly. |
51 | 51 | |
52 | The current version under development is 0.4. It will likely expand upon the | |
53 | potential language-independence that was introduced here by including | |
54 | formatters for other languages, such as Python functions and shell commands. | |
55 | It will likely also attempt to make the usage simpler, possibly by providing | |
56 | an executable front-end, possibly also by being a Cabal package. | |
52 | The current version under development is 0.4. It is introducing the | |
53 | following features: | |
54 | ||
55 | * For ease of installation, the project is presented as a Cabal package. | |
56 | * A driver executable, `falderal`, is built as part of installing the | |
57 | Cabal package. It provides a command-line interface to formatting | |
58 | Falderal files and, in a limited fashion, running the tests in them. | |
59 | * A shell script formatter has been written, enabling testing of shell | |
60 | commands. One caveat is that reporting for these tests is nowhere near | |
61 | as nice as for Haskell functions, but that will change in the next version. | |
62 | * The Functionality-definition pragma has been implemented, making it | |
63 | possible to write tests in a more abstract, implementation-independent | |
64 | fashion. | |
57 | 65 | |
58 | 66 | The API should not be expected to be stable through the 0.x series. |
59 | 67 | |
71 | 79 | Official release distfiles are available on the [Falderal |
72 | 80 | project page][] at [Cat's Eye Technologies'][]. |
73 | 81 | |
74 | [Falderal project page]: http://catseye.tc/projects/falderal/ | |
75 | [Cat's Eye Technologies]: http://catseye.tc/ | |
76 | ||
77 | 82 | For Further Information |
78 | 83 | ----------------------- |
79 | 84 | |
80 | 85 | Please see the [Falderal wiki][] on Bitbucket. |
81 | 86 | |
87 | [Falderal project page]: http://catseye.tc/projects/falderal/ | |
88 | [Cat's Eye Technologies]: http://catseye.tc/ | |
82 | 89 | [Falderal wiki]: https://bitbucket.org/catseye/falderal/wiki/ |