-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpatent-api.cabal
62 lines (57 loc) · 2.09 KB
/
patent-api.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: patent-api
version: 0.1.1.0
-- synopsis:
-- description:
homepage: https://github.com/fros1y/patent-api#readme
license: AGPL-3
license-file: LICENSE
author: Martin Galese
maintainer: Martin Galese
copyright: 2017 Martin Galese
category: Patents, API
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Data.Patent.Types
, Data.Patent.Citation.Parse
, Data.Patent.Citation.Format
, Data.Patent.Providers.EPO
, Data.Patent.Providers.EPO.PDF
other-modules: Data.Patent.Providers.EPO.Types
Data.Patent.Providers.EPO.Network
Data.Patent.Providers.EPO.Parsers.Bibliography
Data.Patent.Providers.EPO.Parsers.XMLDocDB
Lib.Prelude
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10
, containers
, data-default
, directory
, errors
, exceptions
, here
, http-client >= 0.4
, http-client-tls
, http-types
, io-streams
, lens >= 4.13
, lens-aeson >= 1.0
, monad-logger
, parsec
, protolude >= 0.1.6 && < 0.2
, retry
, temporary
, text
, wreq >= 0.4
, xml-conduit
, string-conversions >= 0.4
, turtle
, connection
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude, ScopedTypeVariables
source-repository head
type: git
location: https://github.com/fros1y/patent-api