-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f48347d80f2ffa1a9f717311b83895e6538152506ac212f0a4d312bed972cbb6 name: html-validator-cli version: 0.1.0.3 synopsis: Command Line Interface for https://validator.w3.org/ description: Please see the README on GitHub at category: Web homepage: https://github.com/iij-ii/html-validator-cli#readme bug-reports: https://github.com/iij-ii/html-validator-cli/issues author: Kezno Yotsuya maintainer: kyotsuya@iij-ii.co.jp copyright: 2018 Kenzo Yotsuya license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md data-files: response1.json result1.txt data-dir: test/data source-repository head type: git location: https://github.com/iij-ii/html-validator-cli library exposed-modules: Lib Service.HtmlChecker.Client Service.HtmlChecker.Response System.FilePath.Finder other-modules: Paths_html_validator_cli hs-source-dirs: src build-depends: aeson , ansi-terminal , base >=4.7 && <5 , bytestring , directory >=1.2.5 , doctest , filepath , hspec , http-conduit , text , utf8-string default-language: Haskell2010 executable validatehtml main-is: Main.hs other-modules: Paths_html_validator_cli hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , ansi-terminal , base >=4.7 && <5 , bytestring , directory >=1.2.5 , doctest , filepath , hspec , html-validator-cli , http-conduit , text , utf8-string default-language: Haskell2010 test-suite html-validator-cli-doctest type: exitcode-stdio-1.0 main-is: doctest-driver.hs other-modules: Paths_html_validator_cli hs-source-dirs: test/doctest ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , ansi-terminal , base >=4.7 && <5 , bytestring , directory >=1.2.5 , doctest , filepath , hspec , html-validator-cli , http-conduit , text , utf8-string default-language: Haskell2010 test-suite html-validator-cli-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Service.HtmlChecker.ResponseSpec Paths_html_validator_cli hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , ansi-terminal , base >=4.7 && <5 , bytestring , directory >=1.2.5 , doctest , filepath , hspec , html-validator-cli , http-conduit , text , utf8-string default-language: Haskell2010