packages feed

concraft 0.9.3 → 0.9.4

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~aesondep ~comonaddep ~textPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson, comonad, text, transformers

API changes (from Hackage documentation)

- NLP.Concraft.Morphosyntax: instance (Ord a, Binary a) => Binary (WMap a)
+ NLP.Concraft.Morphosyntax: instance Binary a => Binary (WMap a)

Files

concraft.cabal view
@@ -1,5 +1,5 @@ name:               concraft-version:            0.9.3+version:            0.9.4 synopsis:           Morphological disambiguation based on constrained CRFs description:     A morphological disambiguation library based on@@ -28,7 +28,7 @@       , containers              >= 0.4      && < 0.6       , binary                  >= 0.5      && < 0.8       , bytestring              >= 0.9      && < 0.11-      , text                    >= 0.11     && < 1.2+      , text                    >= 0.11     && < 1.3       , text-binary             >= 0.1      && < 0.2       , vector                  >= 0.10     && < 0.11       , vector-binary           >= 0.1      && < 0.2@@ -39,10 +39,10 @@       , crf-chain2-tiers        >= 0.2.1    && < 0.3       , monad-codec             >= 0.2      && < 0.3       , data-lens               >= 2.10     && < 2.11-      , transformers            >= 0.2      && < 0.4-      , comonad                 >= 4.0      && < 4.1+      , transformers            >= 0.2      && < 0.5+      , comonad                 >= 4.0      && < 4.3       , temporary               >= 1.1      && < 1.2-      , aeson                   >= 0.6      && < 0.8+      , aeson                   >= 0.6      && < 0.9       , zlib                    >= 0.5      && < 0.6       , lazy-io                 >= 0.1      && < 0.2       , cmdargs                 >= 0.10     && < 0.11