• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/Text/H03-May-2022-249163

CHANGELOG.mdH A D09-Sep-2001802 4832

LICENSEH A D09-Sep-20011.5 KiB3125

README.mdH A D09-Sep-2001444 128

Setup.hsH A D09-Sep-200146 32

aspell-pipe.cabalH A D09-Sep-2001932 3227

README.md

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