-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f551f52a86e7524d8cec848545583f5ff138bad46b2adff223a35768b55b7f9d name: html-validator-cli version: 0.1.0.5 synopsis: A 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: Kenzo Yotsuya maintainer: kyotsuya@iij-ii.co.jp copyright: IIJ Innovation Institute Inc. 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