-- Initial bindings-libstemmer.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: bindings-libstemmer
version: 0.1.0.0
synopsis: Binding for libstemmer with low level binding.
description: A binding for libstemmer.
license: MIT
license-file: LICENSE
author: cosmo0920
maintainer: cosmo0920.wp@gmail.com
-- copyright:
category: FFI
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Bindings.Stemmer.Raw
Bindings.Stemmer
Bindings.Stemmer.Simple
-- other-modules:
-- other-extensions:
extra-libraries: stemmer
build-depends: base >= 4.5 && < 5
, bindings-DSL >= 1.0 && < 1.2
, transformers >= 0.3 && < 0.5
, resourcet >= 1.1 && < 1.2
hs-source-dirs: .
default-language: Haskell2010
build-tools: hsc2hs
default-extensions: ForeignFunctionInterface
CPP
RecordWildCards
source-repository head
type: git
location: git://github.com/cosmo0920/bindings-libstemmer.git