Commit 300764df authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Remove package.yaml

parent 1e853d8b
name: crawlerPubMed
version: 0.1.0.0
github: "gitlab/crawlerPubMed"
license: AGPL-3.0-or-later
author: "CNRS Gargantext"
maintainer: "contact@gargantext.org"
copyright: "2019 CNRS/IMT"
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
default-extensions:
- DataKinds
- MultiParamTypeClasses
- NamedFieldPuns
- OverloadedStrings
- TypeOperators
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://gitlab.iscpif.fr/gargantext/crawlers/pubmed/blob/dev/README.md>
dependencies:
- attoparsec
- base >= 4.7 && < 5
- binary
- bytestring
- conduit
- data-time-segment
- either
- exceptions
- ghc
- http-client
- http-client-tls
- http-media
- lens
- mtl
- optparse-applicative
- servant
- servant-client
- servant-client-core
- taggy
- taggy-lens
- text
- time
library:
source-dirs: src
ghc-options:
- -Wunused-imports
executables:
crawlerPubMed-exe:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -Wunused-imports
- -with-rtsopts=-N
dependencies:
- crawlerPubMed
# https://stackoverflow.com/questions/67519851/multiple-files-use-the-same-module-name
when:
- condition: false
other-modules: Paths_crawlerPubMed
tests:
crawlerPubMed-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- crawlerPubMed
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