1
2aspell-pipe
3-----------
4
5This package provides a simple interface to the `aspell` spell checker
6tool. In particular, this library communicates with `aspell` using
7its pipe interface rather than linking directly to the Aspell shared
8library. This is because in some cases it is desirable to avoid a shared
9library dependency and to deal gracefully with an absent spell checker.
10
11To get started, see the Haddock documentation for `Text.Aspell`.
12