print-info-0.1.2.0: print-info.cabal
-- Initial print-info.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: print-info
version: 0.1.2.0
synopsis: Can be used to coordinate the printing output.
description: Can be used to coordinate the printing output.
homepage: https://hackage.haskell.org/package/print-info
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Data.Print.Info
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.15
-- hs-source-dirs:
default-language: Haskell2010