name: net-spider-cli version: 0.2.0.5 author: Toshio Ito maintainer: Toshio Ito license: BSD3 license-file: LICENSE synopsis: CLI option parsers for NetSpider objects description: CLI option parsers for NetSpider objects. See "NetSpider.CLI". category: Database cabal-version: >= 1.10 build-type: Simple extra-source-files: README.md, ChangeLog.md homepage: https://github.com/debug-ito/net-spider bug-reports: https://github.com/debug-ito/net-spider/issues library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fno-warn-unused-imports default-extensions: OverloadedStrings, StrictData -- other-extensions: exposed-modules: NetSpider.CLI, NetSpider.CLI.Spider, NetSpider.CLI.Snapshot -- other-modules: build-depends: base >=4.11.1.0 && <4.15, net-spider >=0.3.3.0 && <0.5, optparse-applicative >=0.14.3.0 && <0.17, aeson >=1.2.4 && <1.6, hashable >=1.2.6.1 && <1.4, greskell-core >=0.1.2.4 && <0.2, text >=1.2.2.2 && <1.3 -- executable net-spider-cli -- default-language: Haskell2010 -- hs-source-dirs: app -- main-is: Main.hs -- ghc-options: -Wall -fno-warn-unused-imports -- -- other-modules: -- default-extensions: OverloadedStrings, StrictData -- -- other-extensions: -- build-depends: base test-suite spec type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m" main-is: Spec.hs default-extensions: OverloadedStrings, StrictData -- other-extensions: other-modules: NetSpider.CLI.SpiderSpec, NetSpider.CLI.SnapshotSpec, NetSpider.CLI.TestCommon build-depends: base, net-spider-cli, net-spider, optparse-applicative, hspec >=2.4.4 test-suite doctest type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m" main-is: DocTest.hs build-depends: base, doctest >=0.13 && <0.18, doctest-discover >=0.1.0.7 && <0.3 source-repository head type: git location: https://github.com/debug-ito/net-spider.git