packages feed

nlp-scores-scripts 0.1.0.0 → 0.2.0.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

nlp-scores-scripts.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                nlp-scores-scripts-version:             0.1.0.0+version:             0.2.0.0 synopsis:            NLP scoring command-line programs -- description:          homepage:            https://bitbucket.org/gchrupala/lingo@@ -17,11 +17,11 @@ executable ap   main-is: ap.hs              -  build-depends:       base ==4.6.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*,+  build-depends:       base ==4.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*,                        containers == 0.5.*  executable mean   main-is: mean.hs              -  build-depends:       base ==4.6.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*+  build-depends:       base ==4.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*