stemmer 0.5.1 → 0.5.2
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.1+Version: 0.5.2 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.9+ Build-Depends: base >= 4.0 && < 4.10 Exposed-Modules: NLP.Stemmer, NLP.Stemmer.C C-Sources: libstemmer_c/runtime/utilities.c