-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheve-api.cabal
38 lines (36 loc) · 945 Bytes
/
eve-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
name: eve-api
version: 0.1.0.1
cabal-version: >=1.10
build-type: Simple
license: GPL-2
license-file: LICENSE
maintainer: [email protected]
homepage: https://github.com/Drezil/eve-api
synopsis: Wrapper for EVE-API with Conduit+XML+Lens
category: Game
author: Stefan Dresselhaus
extra-source-files:
README.md
library
exposed-modules:
Eve.Api.Char.Skills
Eve.Api.Types
Eve.Api.Internal
Eve.Api.Char.AccountBalance
Eve.Api.Char.MarketOrders
Eve.Api.Char.Standings
Eve.Api.Char.WalletTransactions
build-depends:
base >=4.8,
xml-lens -any,
xml-conduit -any,
HTTP -any,
text -any,
lens -any,
generic-deriving -any,
bytestring -any,
http-conduit -any,
safe -any,
time -any
default-language: Haskell2010
default-extensions: OverloadedStrings DeriveGeneric TemplateHaskell