cabal-version: >=1.10 -- Initial package description 'html-presentation-text.cabal' generated by -- 'cabal init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: html-presentation-text version: 0.2.1.0 synopsis: Simple tool to create html presentation for text. description: The idea is to post some colored text on the background. -- bug-reports: license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: 2022 Oleksandr Zhabenko category: Web build-type: Simple extra-source-files: CHANGELOG.md executable htmlpt main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5, lists-flines >=0.1.1 && <1, cli-arguments >=0.6 && <1 -- hs-source-dirs: default-language: Haskell2010