fromhtml-0.1.0.0: fromhtml.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 01ab3f45fcb9cf078d1bb2a7f16d75172b6c1717d1c87a4021123adbba039ce5
name: fromhtml
version: 0.1.0.0
synopsis: Simple library 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: 2018 Marek Suchánek
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.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
build-depends:
base >=4.7 && <5
, bytestring
, pandoc >=2.2
, process
, 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
, pandoc >=2.2
, process
, text
default-language: Haskell2010
test-suite transdoc-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_fromhtml
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring
, fromhtml
, pandoc >=2.2
, process
, text
default-language: Haskell2010