-- Initial dobutok.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO version: 0.3.1.0 synopsis: The library is intended to print updated messages on the terminal screen. description: Some functions to print updated messages on the same line on the terminal screen and a set of pure functions to specify interesting variants to control such functions. homepage: https://hackage.haskell.org/package/dobutokO license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com -- copyright: category: CLI build-type: Simple extra-source-files: CHANGELOG.md, README.markdown cabal-version: >=1.10 library exposed-modules: System.Extended.PrintMessage.Lazy, System.Extended.PrintMessage.Strict -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.14 -- hs-source-dirs: default-language: Haskell2010