Skip to content

kseo/enchant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enchant

Hackage Build Status

Haskell Binding to the Enchant library

Installing c2hs and enchant

You'll need to the following to get enchant's dependency c2hs and enchant to build:

Mac OS X

cabal install c2hs
brew install enchant

Ubuntu/Debian

sudo apt-get update
sudo apt-get install c2hs libenchant-dev

Build

cabal install enchant