packages feed

html-presentation-text-0.1.0.0: html-presentation-text.cabal

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.1.0.0
synopsis:            Simple tool to create html presentation for text.
description:         The html and css template is taken from different tutorials in the Internet (with changes). The idea is to post some text on the background partially transparent image.
-- 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