Name: Judy Version: 0.1 Description: Haskell bindings for Judy License: BSD3 License-file: LICENSE Author: Caio Marcelo de Oliveira Filho Maintainer: Caio Marcelo de Oliveira Filho Build-Depends: base exposed-modules: Judy.BitSet Judy.Freeze Judy.Hash Judy.IntMap Judy.StrMap Judy.CollectionsM Judy.HashIO Judy.Refeable Judy.Stringable Judy.Private -- FIXME: Judy.Private is exposed because tests use installed lib other-modules: Judy.MiniGC Extensions: ForeignFunctionInterface ghc-options: -fglasgow-exts -O2 ld-options: -lJudy -- FIXME: make Cabal work nicely with _hsc files, now I think it works, but doesnt clean _hsc files include-dirs: . c-sources: Judy/Private_hsc.c