packages feed

double-metaphone-0.0.2: double-metaphone.cabal

name:           double-metaphone
version:        0.0.2
license:        GPL
license-file:   LICENSE
homepage:       https://github.com/christian-marie/double-metaphone
bug-reports:    https://github.com/christian-marie/double-metaphone
category:       Data
author:         Christian Marie <christian@ponies.io>,
                Maurice Aubrey <maurice@hevanet.com>
maintainer:     Christian Marie <christian@ponies.io>
stability:      experimental
synopsis:       Haskell bindings to a C double-metaphone implementation.
cabal-version:  >= 1.8
build-type:     Simple
description:

	Compute two metaphones of a latin1 encoded bytestring, based on Perl's text-DoubleMetaphone

extra-source-files:
    cbits/*.c
    cbits/*.h

library
  hs-source-dirs: lib

  c-sources:
    cbits/double-metaphone.c

  include-dirs:
    cbits

  exposed-modules:
    Language.Phonetic.DoubleMetaphone

  build-depends:
    base == 4.*,
    bytestring

  ghc-options: -Wall

source-repository head
  type:     git
  location: https://github.com/christian-marie/double-metaphone