name: HsJudy version: 0.1 description: Judy bindings, and some nice APIs license: BSD3 license-file: LICENSE author: Caio Marcelo de Oliveira Filho , John Meacham maintainer: Caio Marcelo de Oliveira Filho build-depends: base -any, pugs-fps -any exposed-modules: Judy.BitSet Judy.Freeze Judy.Hash Judy.IntMap Judy.StrMap Judy.CollectionsM Judy.HashIO Judy.Refeable Judy.Stringable other-modules: Judy.Private Judy.MiniGC extensions: ForeignFunctionInterface ghc-options: -fglasgow-exts -O2 -static ../judy/Judy-1.0.3/src/Judy1/*.o ../judy/Judy-1.0.3/src/JudyL/*.o ../judy/Judy-1.0.3/src/JudySL/*.o ../judy/Judy-1.0.3/src/JudyHS/*.o ../judy/Judy-1.0.3/src/JudyCommon/*.o include-dirs: . ../judy/Judy-1.0.3/src -- FIXME: make Cabal work nicely with _hsc files, now I think it works, but doesnt clean _hsc files c-sources: Judy/Private_hsc.c