Haskell bindings for Judy. Copyright (C) 2006-2007 Caio Marcelo de Oliveira Filho == About This is a Haskell binding (with some "sugar" on top) for Judy (http://www.sourceforge.net/judy/) library. It started as a SoC2006 project, the SoC application is available in the file SOC_APP.txt. The first efforts on making this library are from John Meacham. == Requirements * GHC 6.6. * Modified version of Judy-1.0.3 available at Pugs repository, which support iterators for JudyHS datatype: svn co http://svn.pugscode.org/pugs/third-party/judy/Judy-1.0.3 == Installation runhaskell Setup.lhs configure runhaskell Setup.lhs build runhaskell Setup.lhs install # maybe as root == Tests FIXME: runhaskell Setup.lhs test == Usage FIXME == License BSD.