Sonnex-0.1.0.2: Sonnex.cabal
name: Sonnex
version: 0.1.0.2
synopsis: Sonnex is an alternative to Soundex for french language
description:
This package implements an alternative to the Soundex algorithms
for french language. It does so by approximating what the word
should sound in french. Since it is very basic, it has no other
dependencies than base.
homepage: https://github.com/Zigazou/Sonnex
license: GPL-3
license-file: LICENSE
author: Frédéric BISSON
maintainer: zigazou@free.fr
stability: alpha
copyright: Copyright © 2014 Frédéric BISSON
category: Text, Natural Language Processing
tested-with: GHC == 7.8.3
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Text.Sonnex
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/Zigazou/Sonnex.git