stemmer 0.5 → 0.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- stemmer.cabal +2/−2
stemmer.cabal view
@@ -1,5 +1,5 @@ Name: stemmer-Version: 0.5+Version: 0.5.1 Synopsis: Haskell bindings to the Snowball stemming library. Description: Haskell bindings to the Snowball stemming library. Category: Natural Language Processing, Text@@ -56,7 +56,7 @@ Library Extensions: ForeignFunctionInterface- Build-Depends: base < 4.8+ Build-Depends: base < 4.9 Exposed-Modules: NLP.Stemmer, NLP.Stemmer.C C-Sources: libstemmer_c/runtime/utilities.c