-- Initial string-interpreter.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                string-interpreter
version:             0.5.4.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
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
copyright:           OleksandrZhabenko
category:            Language
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Interpreter.StringConversion
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.8 && <4.16
  -- hs-source-dirs:
  default-language:    Haskell2010