packages feed

string-interpreter 0.5.4.1 → 0.5.5.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

ChangeLog.md view
@@ -41,3 +41,7 @@ ## 0.5.4.1 -- 2021-10-09  * Fifth version revised E. Fixed incompleteness of the previous fixing.++## 0.5.5.0 -- 2022-03-24++* Fifth version revised F. Updated the dependency boundaries to support the latest GHC and Cabal versions.
string-interpreter.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                string-interpreter-version:             0.5.4.1+version:             0.5.5.0 synopsis:            Is used in the phonetic languages approach (e. g. in the recursive mode). description:         A library that has commonly used functions for the phonetic-languages implementations that deals with String data. homepage:            https://hackage.haskell.org/package/string-interpreter@@ -20,6 +20,6 @@   exposed-modules:     Interpreter.StringConversion   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.8 && <4.16+  build-depends:       base >=4.8 && <5   -- hs-source-dirs:   default-language:    Haskell2010