chatty-text 0.6.2.0 → 0.6.2.1
raw patch · 1 files changed
+4/−2 lines, 1 filesdep ~chattydep ~transformers
Dependency ranges changed: chatty, transformers
Files
- chatty-text.cabal +4/−2
chatty-text.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.6.2.0+version: 0.6.2.1 -- A short (one-line) description of the package. synopsis: Provides some classes and types for dealing with text, using the fundaments of Chatty.@@ -59,7 +59,9 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <4.9, chatty >= 0.6 && < 0.7, transformers >=0.3 && <0.5+ build-depends: base >=4.6 && <4.9,+ chatty >= 0.6,+ transformers -- Directories containing source files. -- hs-source-dirs: