fromhtml-1.0.2: fromhtml.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8bab40642781a60f3d71a513789692466ac753726db91595bdc3a5af39472bb4
name: fromhtml
version: 1.0.2
synopsis: Simple adapter for transformation of HTML to other formats
description: Please see the README on GitHub at <https://github.com/MarekSuchanek/FromHTML#readme>
category: Text
homepage: https://github.com/MarekSuchanek/FromHTML#readme
bug-reports: https://github.com/MarekSuchanek/FromHTML/issues
author: Marek Suchánek
maintainer: marek.suchanek@fit.cvut.cz
copyright: 2020 Marek Suchánek
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/MarekSuchanek/FromHTML
library
exposed-modules:
Text.FromHTML
other-modules:
Paths_fromhtml
hs-source-dirs:
src
default-extensions: OverloadedStrings
ghc-options: -fwarn-unused-imports
build-depends:
base >=4.7 && <5
, bytestring
, process-extras
, text
default-language: Haskell2010
executable fromhtml
main-is: Main.hs
other-modules:
Paths_fromhtml
hs-source-dirs:
app
build-depends:
base >=4.7 && <5
, bytestring
, fromhtml
, process-extras
, text
default-language: Haskell2010