packages feed

dictionaries 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+13/−12 lines, 1 filesdep +transformersdep ~attoparsecdep ~basedep ~binaryPVP ok

version bump matches the API change (PVP)

Dependencies added: transformers

Dependency ranges changed: attoparsec, base, binary, bytestring, containers, data-default, directory, filepath, text, time, zlib

API changes (from Hackage documentation)

Files

dictionaries.cabal view
@@ -1,5 +1,5 @@ name:                dictionaries-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Tools to handle StarDict dictionaries. -- description: license:             BSD3@@ -26,17 +26,18 @@     NLP.Dictionary.StarDict     NLP.Dictionary.StarDict.InMemory -  build-depends: base >=4.8 && <5.0-               , attoparsec >= 0.13.0 && < 0.14-               , binary >= 0.7.5 && < 0.8-               , bytestring >= 0.10.6 && < 0.11-               , containers >= 0.5.6 && < 0.6-               , data-default >= 0.7.1 && < 0.8-               , directory >= 1.2.2 && < 1.3+  build-depends: base >= 4.8.2 && < 4.11+               , attoparsec >= 0.10.4.0 && < 0.14+               , binary >= 0.7.5.0 && < 0.10+               , bytestring >= 0.10.6.0 && < 0.11+               , containers >= 0.5.6.2 && < 0.6+               , data-default >= 0.7.1.1 && < 0.8+               , directory >= 1.2.2.0 && < 1.4                , exceptions >= 0.8.3 && < 0.9-               , filepath >= 1.4.0 && < 1.5-               , text >= 1.2.2 && < 1.3-               , time >= 1.5.0 && < 1.6-               , zlib >= 0.6.1 && < 0.7+               , filepath >= 1.4.0.0 && < 1.5+               , text >= 1.2.2.1 && < 1.3+               , time >= 1.5.0.1 && < 1.9+               , transformers >= 0.4.2.0 && < 0.6+               , zlib >= 0.6.1.2 && < 0.7   hs-source-dirs:      src   default-language:    Haskell2010