Commit 84e9efb7 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Arxiv.Wrapper, use crawlerArxiv name to comply with other crawlers

parent 6da2c8f9
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5612d98c664eb4a4c2a28284748c108cb4fe7524bc6ebef5e6ac5b377fd5ab29
name: arxiv-api
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/arxiv#readme>
homepage: https://github.com/delanoe/arxiv-api#readme
bug-reports: https://github.com/delanoe/arxiv-api/issues
author: Alexandre Delanoë
maintainer: alexandre+dev@delanoe.org
copyright: 2021 CNRS/A. Delanoë
license: GPLv3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/delanoe/arxiv-api
library
exposed-modules:
Arxiv
other-modules:
Paths_arxiv_api
hs-source-dirs:
src
build-depends:
arxiv
, base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, resourcet
, tagsoup
, text
default-language: Haskell2010
executable arxiv-exe
main-is: Main.hs
other-modules:
Paths_arxiv_api
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arxiv
, arxiv-api
, base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, resourcet
, tagsoup
, text
default-language: Haskell2010
test-suite arxiv-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_arxiv_api
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
arxiv
, base >=4.7 && <5
, bytestring
, conduit
, http-conduit
, http-types
, mtl
, network
, resourcet
, tagsoup
, text
default-language: Haskell2010
name: arxiv-api name: crawlerArxiv
version: 0.1.0.0 version: 0.1.0.0
github: "delanoe/arxiv-api" github: "delanoe/arxiv-api"
license: GPLv3 license: GPLv3
...@@ -50,7 +50,7 @@ executables: ...@@ -50,7 +50,7 @@ executables:
- -with-rtsopts=-N - -with-rtsopts=-N
dependencies: dependencies:
- arxiv - arxiv
- arxiv-api - crawlerArxiv
tests: tests:
arxiv-test: arxiv-test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment