nerf 0.5.1 → 0.5.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- nerf.cabal +2/−2
nerf.cabal view
@@ -1,5 +1,5 @@ name: nerf-version: 0.5.1+version: 0.5.2 synopsis: Nerf, the named entity recognition tool based on linear-chain CRFs description: The package provides the named entity recognition (NER) tool divided into a@@ -34,7 +34,7 @@ , vector , text , binary- , bytestring >= 0.9 && < 0.10+ , bytestring >= 0.9 && < 0.11 , text-binary >= 0.1 && < 0.2 , tagsoup >= 0.13 && < 0.14 , polysoup >= 0.2 && < 0.3